Package org.jbpm.services.task.exception
Class CannotAddTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.internal.task.exception.TaskException
-
- org.jbpm.services.task.exception.CannotAddTaskException
-
- All Implemented Interfaces:
Serializable
public class CannotAddTaskException extends org.kie.internal.task.exception.TaskException
Exception thrown from theTaskServiceSession
when there is a problem adding task. This exception is specifically thrown when custom logic in rules has not allowed theTask
to be added.- See Also:
org.jbpm.services.task.service.TaskServiceSession#addTask(org.jbpm.services.task.Task, ContentDataImpl)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotAddTaskException(String message)
CannotAddTaskException(String message, Throwable cause)
-
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
-
-