org.jbpm.task.service
Class CannotAddTaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.task.service.TaskException
org.jbpm.task.service.CannotAddTaskException
- All Implemented Interfaces:
- Serializable
public class CannotAddTaskException
- extends TaskException
Exception thrown from the TaskServiceSession
when there is a problem adding task. This exception
is specififically thrown when custom logic in rules has not allowed the Task
to be added.
- See Also:
TaskServiceSession.addTask(org.jbpm.task.Task, ContentData)
,
Serialized Form
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-2014 JBoss by Red Hat. All Rights Reserved.