org.jbpm.task.service
Class CannotAddTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jbpm.task.service.TaskException
                  extended by 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

Constructor Summary
CannotAddTaskException(String message)
           
CannotAddTaskException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CannotAddTaskException

public CannotAddTaskException(String message)

CannotAddTaskException

public CannotAddTaskException(String message,
                              Throwable cause)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.