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.ExceptionDispatcherException is ...- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description INodeEntrygetNode()NodeStepExceptiongetNodeStepException()voidsetNode(INodeEntry node)
-
-
-
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()
-
-