Package org.hibernate
Class UnsupportedLockAttemptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.UnsupportedLockAttemptException
- All Implemented Interfaces:
Serializable
This exception is thrown when an invalid
LockMode
is selected for an entity.- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedLockAttemptException
(String message) UnsupportedLockAttemptException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedLockAttemptException
-
UnsupportedLockAttemptException
-
UnsupportedLockAttemptException
-