org.jbpm.task.service
Class TaskException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotAddTaskException, IllegalTaskStateException, PermissionDeniedException

public abstract class TaskException
extends RuntimeException

Base class for all exceptions for the task related activities

See Also:
TaskServiceSession.addTask(org.jbpm.task.Task, ContentData), Serialized Form

Constructor Summary
TaskException(String message)
           
TaskException(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

TaskException

public TaskException(String message)

TaskException

public TaskException(String message,
                     Throwable cause)


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