org.apache.shindig.gadgets.rewrite
Class RewritingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.shindig.gadgets.rewrite.RewritingException
- All Implemented Interfaces:
- Serializable
public class RewritingException
- extends Exception
Exceptions thrown during content rewriting.
These exceptions will usually translate directly into an end-user error message, so they should
be easily localizable.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RewritingException
public RewritingException(Throwable t,
int httpStatusCode)
RewritingException
public RewritingException(String message,
int httpStatusCode)
RewritingException
public RewritingException(String message,
Throwable t,
int httpStatusCode)
getHttpStatusCode
public int getHttpStatusCode()
Copyright © 2007-2012. All Rights Reserved.