Class LockingStrategyException

    • Constructor Summary

      Constructors 
      Constructor Description
      LockingStrategyException​(java.lang.Object entity, java.lang.String message)
      Constructs a LockingStrategyException
      LockingStrategyException​(java.lang.Object entity, java.lang.String message, java.lang.Throwable cause)
      Constructs a LockingStrategyException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getEntity()  
      • 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

      • LockingStrategyException

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

        public LockingStrategyException​(java.lang.Object entity,
                                        java.lang.String message,
                                        java.lang.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 java.lang.Object getEntity()