com.dtolabs.rundeck.core.execution.dispatch
Class DispatcherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
getNode
public INodeEntry getNode()
setNode
public void setNode(INodeEntry node)
getNodeStepException
public NodeStepException getNodeStepException()