|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskException | |
---|---|
org.jbpm.task.service |
Uses of TaskException in org.jbpm.task.service |
---|
Subclasses of TaskException in org.jbpm.task.service | |
---|---|
class |
CannotAddTaskException
Exception thrown from the TaskServiceSession when there is a problem adding task. |
class |
IllegalTaskStateException
|
class |
IncorrectParametersException
Exception that is thrown when the parameters to a query are incorrect, with regard to either the number or type. |
class |
PermissionDeniedException
Exception that is thrown when a User try to perform an Operation on a Task |
Methods in org.jbpm.task.service that throw TaskException | |
---|---|
void |
TaskServiceSession.taskOperation(Operation operation,
long taskId,
String userId,
String targetEntityId,
ContentData data,
List<String> groupIds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |