Package org.hibernate

Class UnsupportedLockAttemptException

All Implemented Interfaces:
Serializable

public class UnsupportedLockAttemptException extends HibernateException
Thrown when an invalid LockMode is requested for a given entity, in particular, when a read only entity is locked with a mode stricter than READ.
See Also:
  • Constructor Details

    • UnsupportedLockAttemptException

      public UnsupportedLockAttemptException(String message)
    • UnsupportedLockAttemptException

      public UnsupportedLockAttemptException(Throwable cause)
    • UnsupportedLockAttemptException

      public UnsupportedLockAttemptException(String message, Throwable cause)