Class LockedException

    • Constructor Summary

      Constructors 
      Constructor Description
      LockedException​(java.lang.String message)
      Instantiates a new locked exception.
      LockedException​(java.lang.String aMessage, java.lang.String aErrorCode)
      Instantiates a new locked exception.
      LockedException​(java.lang.String message, java.lang.Throwable cause)
      Instantiates a new locked exception.
      LockedException​(java.lang.String aMessage, java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new locked exception.
      LockedException​(java.lang.Throwable cause)
      Instantiates a new locked exception.
      LockedException​(java.lang.Throwable aCause, java.lang.String aErrorCode)
      Instantiates a new locked exception.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • LockedException

        public LockedException​(java.lang.String aMessage,
                               java.lang.String aErrorCode)
        Instantiates a new locked exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • LockedException

        public LockedException​(java.lang.String aMessage,
                               java.lang.Throwable aCause,
                               java.lang.String aErrorCode)
        Instantiates a new locked exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • LockedException

        public LockedException​(java.lang.String message,
                               java.lang.Throwable cause)
        Instantiates a new locked exception.
        Parameters:
        message - the message
        cause - the cause
      • LockedException

        public LockedException​(java.lang.String message)
        Instantiates a new locked exception.
        Parameters:
        message - the message
      • LockedException

        public LockedException​(java.lang.Throwable aCause,
                               java.lang.String aErrorCode)
        Instantiates a new locked exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • LockedException

        public LockedException​(java.lang.Throwable cause)
        Instantiates a new locked exception.
        Parameters:
        cause - the cause