Package org.hibernate

Class UnsupportedLockAttemptException

  • All Implemented Interfaces:
    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 Detail

      • UnsupportedLockAttemptException

        public UnsupportedLockAttemptException​(String message)
      • UnsupportedLockAttemptException

        public UnsupportedLockAttemptException​(Throwable cause)
      • UnsupportedLockAttemptException

        public UnsupportedLockAttemptException​(String message,
                                               Throwable cause)