Class NonAuthoritativeInformationException

    • Constructor Detail

      • NonAuthoritativeInformationException

        public NonAuthoritativeInformationException​(String aMessage,
                                                    String aErrorCode)
        Instantiates a new non authoritative information exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • NonAuthoritativeInformationException

        public NonAuthoritativeInformationException​(String aMessage,
                                                    Throwable aCause,
                                                    String aErrorCode)
        Instantiates a new non authoritative information exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NonAuthoritativeInformationException

        public NonAuthoritativeInformationException​(String message,
                                                    Throwable cause)
        Instantiates a new non authoritative information exception.
        Parameters:
        message - the message
        cause - the cause
      • NonAuthoritativeInformationException

        public NonAuthoritativeInformationException​(String message)
        Instantiates a new non authoritative information exception.
        Parameters:
        message - the message
      • NonAuthoritativeInformationException

        public NonAuthoritativeInformationException​(Throwable aCause,
                                                    String aErrorCode)
        Instantiates a new non authoritative information exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • NonAuthoritativeInformationException

        public NonAuthoritativeInformationException​(Throwable cause)
        Instantiates a new non authoritative information exception.
        Parameters:
        cause - the cause