Class LockedException.LockedRuntimeException

    • Constructor Detail

      • LockedRuntimeException

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

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

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

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

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

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