jtr.remote.test
Class DistributionError
java.lang.Object
jtr.remote.test.DistributionError
public class DistributionError
- extends java.lang.Object
This error arises if and only if the JTR runtime cannot
distribute a test configuration to a remote JTR-node.
- Since:
- 4.0
- Version:
- 5.0
- Author:
- frusso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DistributionError
public DistributionError(NodeInfo node,
java.lang.Throwable cause)
- Creates a new instance of DistributionError
- Parameters:
node
- cause
-
getNode
public NodeInfo getNode()
getCause
public java.lang.Throwable getCause()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object