Class NoResultAvailableRuntimeException

    • Constructor Detail

      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 String aMessage,
                                                 String aErrorCode)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aErrorCode - the error code
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 String aMessage,
                                                 Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 String message,
                                                 Throwable cause)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
        cause - the cause
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 String message)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        message - the message
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 Throwable aCause,
                                                 String aErrorCode)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        aCause - the cause
        aErrorCode - the error code
      • NoResultAvailableRuntimeException

        public NoResultAvailableRuntimeException​(Undoable<?,?,?> aCommand,
                                                 Throwable cause)
        Instantiates a new no result available runtime exception.
        Parameters:
        aCommand - the command
        cause - the cause