public class ProcessingException extends Exception
| Constructor and Description |
|---|
ProcessingException(String message,
int httpStatusCode) |
ProcessingException(String message,
Throwable t,
int httpStatusCode) |
ProcessingException(Throwable t,
int httpStatusCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2007-2012. All Rights Reserved.