org.jboss.dtf.testframework.coordinator
Class ResourceAllocationFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.dtf.testframework.coordinator.ResourceAllocationFailure
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FatalResourceAllocationFailure

public class ResourceAllocationFailure
extends java.lang.Exception

This exception is thrown when the coordinator is unable to retrieve the resources required to run a test.

See Also:
Serialized Form

Constructor Summary
ResourceAllocationFailure()
           
ResourceAllocationFailure(java.lang.String s)
           
 
Method Summary
 
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
 

Constructor Detail

ResourceAllocationFailure

public ResourceAllocationFailure()

ResourceAllocationFailure

public ResourceAllocationFailure(java.lang.String s)