Package com.tibco.ep.testing.framework
Class TransactionalMemoryLeakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tibco.ep.testing.framework.TransactionalMemoryLeakException
- All Implemented Interfaces:
Serializable
Transactional memory leak exception
This exception is thrown when transaction memory ( ie managed objects ) are leaked during the test case.
- See Also:
-
Constructor Summary
ConstructorDescriptionTransactionalMemoryLeakException
(String message) ConstructorTransactionalMemoryLeakException
(String message, Throwable cause) ConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionalMemoryLeakException
Constructor- Parameters:
message
- leak detected message
-
TransactionalMemoryLeakException
Constructor
- Parameters:
cause
- exception cause
-
TransactionalMemoryLeakException
Constructor
- Parameters:
message
- leak detected messagecause
- exception cause
-