Class MultipleChoicesRuntimeException

    • Constructor Detail

      • MultipleChoicesRuntimeException

        public MultipleChoicesRuntimeException​(String aMessage,
                                               String aErrorCode)
        Instantiates a new multiple choices runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • MultipleChoicesRuntimeException

        public MultipleChoicesRuntimeException​(String aMessage,
                                               Throwable aCause,
                                               String aErrorCode)
        Instantiates a new multiple choices runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • MultipleChoicesRuntimeException

        public MultipleChoicesRuntimeException​(String message,
                                               Throwable cause)
        Instantiates a new multiple choices runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • MultipleChoicesRuntimeException

        public MultipleChoicesRuntimeException​(String message)
        Instantiates a new multiple choices runtime exception.
        Parameters:
        message - the message
      • MultipleChoicesRuntimeException

        public MultipleChoicesRuntimeException​(Throwable aCause,
                                               String aErrorCode)
        Instantiates a new multiple choices runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • MultipleChoicesRuntimeException

        public MultipleChoicesRuntimeException​(Throwable cause)
        Instantiates a new multiple choices runtime exception.
        Parameters:
        cause - the cause