public class LockWaitTimeoutException extends SQLException
| 构造器和说明 |
|---|
LockWaitTimeoutException()
Instantiates a new Lock wait timeout exception.
|
LockWaitTimeoutException(String reason,
Throwable cause)
Instantiates a new Lock wait timeout exception.
|
LockWaitTimeoutException(Throwable e)
Instantiates a new Lock wait timeout exception.
|
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 LockWaitTimeoutException()
public LockWaitTimeoutException(String reason, Throwable cause)
reason - the reasoncause - the causepublic LockWaitTimeoutException(Throwable e)
e - the eCopyright © 2022 Seata. All rights reserved.