Package org.restheart.plugins
Class InterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.restheart.plugins.InterceptorException
- All Implemented Interfaces:
Serializable
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterceptorException(int statusCode) InterceptorException(String message) InterceptorException(String message, int statusCode) InterceptorException(String message, int statusCode, Throwable cause) InterceptorException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterceptorException
public InterceptorException() -
InterceptorException
public InterceptorException(int statusCode) - Parameters:
statusCode-
-
InterceptorException
- Parameters:
message-
-
InterceptorException
- Parameters:
message-statusCode-
-
InterceptorException
- Parameters:
message-cause-
-
InterceptorException
- Parameters:
message-statusCode-cause-
-
-
Method Details
-
getStatusCode
public int getStatusCode()- Returns:
- the statusCode
-