Class NotPermittedException
- 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.NotPermittedException
-
- All Implemented Interfaces:
Serializable
public class NotPermittedException extends BaseModelerRestException
Exception thrown when an operation is performed for which the current user has insufficient permissions.- 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 NotPermittedException()NotPermittedException(String message)NotPermittedException(String message, Throwable cause)NotPermittedException(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
-
-