com.dtolabs.rundeck.core.execution.workflow.steps.node
Class NodeStepException

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

public class NodeStepException
extends StepException

Represents an exception when executing a node step

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.dtolabs.rundeck.core.execution.workflow.steps.StepException
failureReason
 
Constructor Summary
NodeStepException(java.lang.String s, FailureReason reason, java.lang.String nodeName)
           
NodeStepException(java.lang.String s, java.lang.Throwable throwable, FailureReason reason, java.lang.String nodeName)
           
NodeStepException(java.lang.Throwable throwable, FailureReason reason, java.lang.String nodeName)
           
 
Method Summary
 java.lang.String getNodeName()
           
 
Methods inherited from class com.dtolabs.rundeck.core.execution.workflow.steps.StepException
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
 

Constructor Detail

NodeStepException

public NodeStepException(java.lang.String s,
                         FailureReason reason,
                         java.lang.String nodeName)

NodeStepException

public NodeStepException(java.lang.String s,
                         java.lang.Throwable throwable,
                         FailureReason reason,
                         java.lang.String nodeName)

NodeStepException

public NodeStepException(java.lang.Throwable throwable,
                         FailureReason reason,
                         java.lang.String nodeName)
Method Detail

getNodeName

public java.lang.String getNodeName()