Package org.camunda.bpm.engine.exception
Class NotAllowedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.BadUserRequestException
-
- org.camunda.bpm.engine.exception.NotAllowedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SuspendedEntityInteractionException
public class NotAllowedException extends BadUserRequestException
This exception is thrown, if an operation is not allowed to be executed.
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAllowedException()
NotAllowedException(java.lang.String message)
NotAllowedException(java.lang.String message, java.lang.Throwable cause)
NotAllowedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NotAllowedException
public NotAllowedException()
-
NotAllowedException
public NotAllowedException(java.lang.String message, java.lang.Throwable cause)
-
NotAllowedException
public NotAllowedException(java.lang.String message)
-
NotAllowedException
public NotAllowedException(java.lang.Throwable cause)
-
-