public class LockConflictException extends SQLException
| Constructor and Description |
|---|
LockConflictException(String message) |
LockConflictException(String message,
TransactionExceptionCode code) |
| Modifier and Type | Method and Description |
|---|---|
TransactionExceptionCode |
getCode() |
void |
setCode(TransactionExceptionCode code) |
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 LockConflictException(String message)
public LockConflictException(String message, TransactionExceptionCode code)
public TransactionExceptionCode getCode()
public void setCode(TransactionExceptionCode code)
Copyright © 2024 Apache. All rights reserved.