Class AuthorizationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.codingchili.core.context.CoreRuntimeException
com.codingchili.core.protocol.exception.AuthorizationRequiredException
- All Implemented Interfaces:
CoreExceptionFormat
,Serializable
Throw when authorization is required but was not possible, for example
when authentication is missing.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class com.codingchili.core.context.CoreRuntimeException
status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthorizationRequiredException
public AuthorizationRequiredException() -
AuthorizationRequiredException
-