Class OptimisticEntityLockException

    • Constructor Detail

      • OptimisticEntityLockException

        public OptimisticEntityLockException​(Object entity,
                                             String message)
        Constructs a OptimisticEntityLockException
        Parameters:
        entity - The entity we were trying to lock
        message - Message explaining the condition
      • OptimisticEntityLockException

        public OptimisticEntityLockException​(Object entity,
                                             String message,
                                             Throwable cause)
        Constructs a OptimisticEntityLockException
        Parameters:
        entity - The entity we were trying to lock
        message - Message explaining the condition
        cause - The underlying cause