Package com.tibco.ep.testing.framework
Class MultiNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tibco.ep.testing.framework.MultiNodeException
- All Implemented Interfaces:
 Serializable
Multi node exception
This exception is thrown in the following cases :
- Invalid configuration
 - State not reached in time
 
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMultiNodeException(String message) ConstructorMultiNodeException(String message, Throwable cause) ConstructorMultiNodeException(Throwable cause) Constructor - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MultiNodeException
Constructor
- Parameters:
 message- configuration failed message
 - 
MultiNodeException
 - 
MultiNodeException
 
 -