Class NonAuthoritativeInformationRuntimeException

    • Constructor Detail

      • NonAuthoritativeInformationRuntimeException

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

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

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

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

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

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