Class XMLConfigurationParseException

    • Constructor Detail

      • XMLConfigurationParseException

        public XMLConfigurationParseException​(String errorCode,
                                              String errorMessage)
        Constructor with errorCode, errorMessage
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
      • XMLConfigurationParseException

        public XMLConfigurationParseException​(String errorCode,
                                              String errorMessage,
                                              Throwable rootCause)
        Constructor with errorCode, errorMessage, and rootCause
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
        rootCause - Cause of this exception