public final class ActionProcessingError extends Exception
| Constructor and Description |
|---|
ActionProcessingError(int denyCode)
Processing error that will generate a HTTP response based on deny code mappings.
|
ActionProcessingError(int pResponseCode,
String errorMessage)
Processing error.
|
ActionProcessingError(int pResponseCode,
String errorMessage,
String pContentType)
Processing error.
|
ActionProcessingError(int pResponseCode,
String errorMessage,
Throwable cause)
Processing error.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Returns the content type header value.
|
String |
getMessage() |
int |
getResponseCode()
Returns the response code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionProcessingError(int denyCode)
denyCode - The response codepublic ActionProcessingError(int pResponseCode,
String errorMessage)
pResponseCode - The response codeerrorMessage - The error messagepublic ActionProcessingError(int pResponseCode,
String errorMessage,
String pContentType)
pResponseCode - The response codeerrorMessage - The error messagepContentType - The content typepublic int getResponseCode()
public String getContentType()
public String getMessage()
getMessage in class Throwable