public class TransactionalMemoryLeakException extends Exception
Transactional memory leak exception
This exception is thrown when transaction memory ( ie managed objects ) are leaked during the test case.
| Constructor and Description |
|---|
TransactionalMemoryLeakException(String message)
Constructor
|
TransactionalMemoryLeakException(String message,
Throwable cause)
Constructor
|
TransactionalMemoryLeakException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionalMemoryLeakException(String message)
message - leak detected messagepublic TransactionalMemoryLeakException(Throwable cause)
Constructor
cause - exception causeCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.