Class PessimisticEntityLockException

    • Constructor Detail

      • PessimisticEntityLockException

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