public class TransactionalDeadlockDetectedException extends Exception
Deadlock detected exception
This exception is thrown when a deadlock is detected during the execution of a test case
Constructor and Description |
---|
TransactionalDeadlockDetectedException(String message)
Constructor
|
TransactionalDeadlockDetectedException(String message,
Throwable cause)
Constructor
|
TransactionalDeadlockDetectedException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionalDeadlockDetectedException(String message)
Constructor
message
- deadlock detected messagepublic TransactionalDeadlockDetectedException(Throwable cause)
Constructor
cause
- exception causeCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.