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.
See Also:
  • Constructor Details

    • UnsupportedLockAttemptException

      public UnsupportedLockAttemptException(String message)
    • UnsupportedLockAttemptException

      public UnsupportedLockAttemptException(Throwable cause)
    • UnsupportedLockAttemptException

      public UnsupportedLockAttemptException(String message, Throwable cause)