com.dtolabs.rundeck.core.execution.workflow.steps
Class StepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.execution.workflow.steps.StepException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NodeStepException

public class StepException
extends java.lang.Exception

StepException is ...

See Also:
Serialized Form

Field Summary
protected  FailureReason failureReason
           
 
Constructor Summary
StepException(java.lang.String msg, FailureReason reason)
           
StepException(java.lang.String msg, java.lang.Throwable cause, FailureReason reason)
           
StepException(java.lang.Throwable cause, FailureReason reason)
           
 
Method Summary
 FailureReason getFailureReason()
           
 
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
 

Field Detail

failureReason

protected FailureReason failureReason
Constructor Detail

StepException

public StepException(java.lang.String msg,
                     FailureReason reason)

StepException

public StepException(java.lang.Throwable cause,
                     FailureReason reason)

StepException

public StepException(java.lang.String msg,
                     java.lang.Throwable cause,
                     FailureReason reason)
Method Detail

getFailureReason

public FailureReason getFailureReason()