com.dtolabs.rundeck.core.execution.dispatch
Class DispatcherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.execution.dispatch.DispatcherException
All Implemented Interfaces:
java.io.Serializable

public class DispatcherException
extends java.lang.Exception

DispatcherException is ...

See Also:
Serialized Form

Constructor Summary
DispatcherException(NodeStepException throwable, INodeEntry node)
           
DispatcherException(java.lang.String s)
           
DispatcherException(java.lang.String s, NodeStepException throwable, INodeEntry node)
           
DispatcherException(java.lang.Throwable throwable)
           
 
Method Summary
 INodeEntry getNode()
           
 NodeStepException getNodeStepException()
           
 void setNode(INodeEntry node)
           
 
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

DispatcherException

public DispatcherException(java.lang.String s)

DispatcherException

public DispatcherException(java.lang.Throwable throwable)

DispatcherException

public DispatcherException(java.lang.String s,
                           NodeStepException throwable,
                           INodeEntry node)

DispatcherException

public DispatcherException(NodeStepException throwable,
                           INodeEntry node)
Method Detail

getNode

public INodeEntry getNode()

setNode

public void setNode(INodeEntry node)

getNodeStepException

public NodeStepException getNodeStepException()