Class UnauthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.UnauthorizedException
- All Implemented Interfaces:
Serializable
401 Unauthorized - user must authenticate.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthorizedException
(String message) Constructs an UnauthorizedException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthorizedException
Constructs an UnauthorizedException with a default message.
-