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 the TaskServiceSession
when there is a problem adding task. This exception
is specifically thrown when custom logic in rules has not allowed the Task
to be added.
- See Also:
org.jbpm.services.task.service.TaskServiceSession#addTask(org.jbpm.services.task.Task, ContentDataImpl)
,
Serialized Form
Methods inherited from class org.kie.internal.task.exception.TaskException |
isRecoverable, setRecoverable |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotAddTaskException
public CannotAddTaskException(String message)
CannotAddTaskException
public CannotAddTaskException(String message,
Throwable cause)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.