public class DispatcherException
extends java.lang.Exception
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
INodeEntry |
getNode() |
NodeStepException |
getNodeStepException() |
void |
setNode(INodeEntry node) |
public DispatcherException(java.lang.String s)
public DispatcherException(java.lang.Throwable throwable)
public DispatcherException(java.lang.String s, NodeStepException throwable, INodeEntry node)
public DispatcherException(NodeStepException throwable, INodeEntry node)
public INodeEntry getNode()
public void setNode(INodeEntry node)
public NodeStepException getNodeStepException()