com.atlassian.jira.workflow
Class WorkflowException

java.lang.Object
  extended byNestableException
      extended bycom.atlassian.jira.workflow.WorkflowException

public class WorkflowException
extends NestableException

See Also:
Serialized Form

Constructor Summary
WorkflowException()
           
WorkflowException(java.lang.String string)
           
WorkflowException(java.lang.String string, java.lang.Throwable throwable)
           
WorkflowException(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowException

public WorkflowException()

WorkflowException

public WorkflowException(java.lang.String string)

WorkflowException

public WorkflowException(java.lang.Throwable throwable)

WorkflowException

public WorkflowException(java.lang.String string,
                         java.lang.Throwable throwable)