Package org.flasby.security
Class HttpResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flasby.security.HttpResponseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthException
public class HttpResponseException extends RuntimeException
Used to map all HTTP Exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpResponseException(int httpStatusCode)
HttpResponseException(int httpStatusCode, Throwable cause)
HttpResponseException(String message)
HttpResponseException(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
-
-