Package org.hibernate

Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)