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
public class TransactionalDeadlockDetectedException extends Exception
Deadlock detected exception
This exception is thrown when a deadlock is detected during the execution of a test case
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionalDeadlockDetectedException(String message)
ConstructorTransactionalDeadlockDetectedException(String message, Throwable cause)
ConstructorTransactionalDeadlockDetectedException(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 Detail
-
TransactionalDeadlockDetectedException
public TransactionalDeadlockDetectedException(String message)
Constructor
- Parameters:
message
- deadlock detected message
-
TransactionalDeadlockDetectedException
public TransactionalDeadlockDetectedException(Throwable cause)
Constructor
- Parameters:
cause
- exception cause
-
-