Package org.jbpm.services.task.exception
Class PermissionDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.internal.task.exception.TaskException
-
- org.jbpm.services.task.exception.PermissionDeniedException
-
- All Implemented Interfaces:
Serializable
public class PermissionDeniedException extends org.kie.internal.task.exception.TaskException
Exception that is thrown when aUser
try to perform anOperation
on aTask
- See Also:
org.jbpm.services.task.service.TaskServiceSession#taskOperation(Operation, long, String, String, ContentData, List)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionDeniedException(String message)
-
Method Summary
-
Methods inherited from class org.kie.internal.task.exception.TaskException
isRecoverable, setRecoverable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PermissionDeniedException
public PermissionDeniedException(String message)
-
-