Class NotAcceptableException

    • Constructor Detail

      • NotAcceptableException

        public NotAcceptableException​(String aMessage,
                                      String aErrorCode)
        Instantiates a new not acceptable exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • NotAcceptableException

        public NotAcceptableException​(String aMessage,
                                      Throwable aCause,
                                      String aErrorCode)
        Instantiates a new not acceptable exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NotAcceptableException

        public NotAcceptableException​(String message,
                                      Throwable cause)
        Instantiates a new not acceptable exception.
        Parameters:
        message - the message
        cause - the cause
      • NotAcceptableException

        public NotAcceptableException​(String message)
        Instantiates a new not acceptable exception.
        Parameters:
        message - the message
      • NotAcceptableException

        public NotAcceptableException​(Throwable aCause,
                                      String aErrorCode)
        Instantiates a new not acceptable exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • NotAcceptableException

        public NotAcceptableException​(Throwable cause)
        Instantiates a new not acceptable exception.
        Parameters:
        cause - the cause