org.apache.shindig.gadgets.process
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.shindig.gadgets.process.ProcessingException
- All Implemented Interfaces:
- Serializable
public class ProcessingException
- extends Exception
Exceptions thrown during gadget processing.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessingException
public ProcessingException(Throwable t,
int httpStatusCode)
ProcessingException
public ProcessingException(String message,
int httpStatusCode)
ProcessingException
public ProcessingException(String message,
Throwable t,
int httpStatusCode)
getHttpStatusCode
public int getHttpStatusCode()
Copyright © 2007-2012. All Rights Reserved.