Class LockingStrategyException

    • Constructor Detail

      • LockingStrategyException

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

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

      • getEntity

        public Object getEntity()