Class UnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.flowable.ui.common.service.exception.BaseModelerRestException
-
- org.flowable.ui.common.service.exception.UnauthorizedException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedException extends BaseModelerRestException
Exception thrown when the request that is performed need authorization, but no valid ticket has been passed along with it.- Author:
- Frederik Heremans
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.flowable.ui.common.service.exception.BaseModelerRestException
customData, messageKey
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedException(String message)UnauthorizedException(String message, Throwable cause)UnauthorizedException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.flowable.ui.common.service.exception.BaseModelerRestException
addCustomData, getCustomData, getMessageKey, setCustomData, setMessageKey
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-