public class DeadlockException extends TorqueException
| Constructor and Description | 
|---|
| DeadlockException(String msg,
                 Throwable nested)Constructs a new  DeadlockExceptionwith specified detail message and nestedThrowable. | 
| DeadlockException(Throwable nested)Constructs a new  DeadlockExceptionwith specified nestedThrowable. | 
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic DeadlockException(Throwable nested)
DeadlockException
 with specified nested Throwable.nested - the exception or error that caused this exception
               to be thrown.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.