public class AcquireLockException extends javax.persistence.PessimisticLockException
Typically when "select for update nowait" or "select for update" is being used and the lock can not be obtained (as it is held by another transaction).
Constructor and Description |
---|
AcquireLockException(String message,
Throwable cause)
Create with a message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AcquireLockException(String message, Throwable cause)
Copyright © 2018. All rights reserved.