Package org.hibernate
Class UnsupportedLockAttemptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.UnsupportedLockAttemptException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedLockAttemptException extends HibernateException
This exception is thrown when an invalid LockMode is selected for an entity. This occurs if the user tries to set an inappropriate LockMode for an entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedLockAttemptException(java.lang.String message)
UnsupportedLockAttemptException(java.lang.String message, java.lang.Throwable cause)
UnsupportedLockAttemptException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnsupportedLockAttemptException
public UnsupportedLockAttemptException(java.lang.String message)
-
UnsupportedLockAttemptException
public UnsupportedLockAttemptException(java.lang.Throwable cause)
-
UnsupportedLockAttemptException
public UnsupportedLockAttemptException(java.lang.String message, java.lang.Throwable cause)
-
-