org.jbpm.formbuilder.shared.task
Class TaskServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jbpm.formbuilder.shared.task.TaskServiceException
All Implemented Interfaces:
Serializable

public class TaskServiceException
extends Exception

See Also:
Serialized Form

Constructor Summary
TaskServiceException()
           
TaskServiceException(String message)
           
TaskServiceException(String message, Throwable cause)
           
TaskServiceException(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

TaskServiceException

public TaskServiceException()

TaskServiceException

public TaskServiceException(String message,
                            Throwable cause)

TaskServiceException

public TaskServiceException(String message)

TaskServiceException

public TaskServiceException(Throwable cause)


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