JTR 5.0 API Documentation

jtr.remote.test
Class DistributionError

java.lang.Object
  extended by 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

Constructor Summary
DistributionError(NodeInfo node, java.lang.Throwable cause)
          Creates a new instance of DistributionError
 
Method Summary
 java.lang.Throwable getCause()
           
 NodeInfo getNode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributionError

public DistributionError(NodeInfo node,
                         java.lang.Throwable cause)
Creates a new instance of DistributionError

Parameters:
node -
cause -
Method Detail

getNode

public NodeInfo getNode()

getCause

public java.lang.Throwable getCause()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

The JTR Project is licensed under GPL version 2