Package org.hibernate

Class OptimisticLockException

    • Constructor Detail

      • OptimisticLockException

        public OptimisticLockException​(Object entity,
                                       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