Package com.tibco.ep.testing.framework
Class TransactionalDeadlockDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tibco.ep.testing.framework.TransactionalDeadlockDetectedException
- All Implemented Interfaces:
Serializable
Deadlock detected exception
This exception is thrown when a deadlock is detected during the execution of a test case
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructorTransactionalDeadlockDetectedException
(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
-
TransactionalDeadlockDetectedException
Constructor
- Parameters:
message
- deadlock detected message
-
TransactionalDeadlockDetectedException
Constructor
- Parameters:
cause
- exception cause
-
TransactionalDeadlockDetectedException
Constructor
- Parameters:
message
- deadlock failed messagecause
- exception cause
-