public class KatharsisInvokerException extends RuntimeException
KatharsisInvokerException class defines a general exception
that KatharsisInvoker can throw when it is unable to perform its operation
successfully.| Constructor and Description |
|---|
KatharsisInvokerException(int statusCode)
Constructs a new KatharsisInvokerException exception.
|
KatharsisInvokerException(int statusCode,
String message)
Constructs a new KatharsisInvokerException exception with the given message.
|
KatharsisInvokerException(int statusCode,
String msg,
Throwable nested)
Constructs a new KatharsisInvokerException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
KatharsisInvokerException(int statusCode,
Throwable nested)
Constructs a new KatharsisInvokerException exception with the nested exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KatharsisInvokerException(int statusCode)
statusCode - the status codepublic KatharsisInvokerException(int statusCode,
String message)
statusCode - the status codemessage - the exception messagepublic KatharsisInvokerException(int statusCode,
Throwable nested)
statusCode - the status codenested - the nested exceptionpublic KatharsisInvokerException(int statusCode,
String msg,
Throwable nested)
statusCode - the status codemsg - the exception messagenested - the nested exceptionCopyright © 2017. All Rights Reserved.