Package org.hibernate

Class OptimisticLockException

    • Constructor Summary

      Constructors 
      Constructor Description
      OptimisticLockException​(java.lang.Object entity, java.lang.String message)
      Deprecated.
      Constructs a OptimisticLockException using the specified information.
    • 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

      • OptimisticLockException

        public OptimisticLockException​(java.lang.Object entity,
                                       java.lang.String message)
        Deprecated.
        Constructs a OptimisticLockException using the specified information.
        Parameters:
        entity - The entity instance that could not be locked
        message - A message explaining the exception condition