public class ConfigHandlingException extends DocumentedException
DocumentedException.ErrorSeverity, DocumentedException.ErrorTag, DocumentedException.ErrorType
ERROR_APP_TAG, ERROR_INFO, ERROR_MESSAGE, ERROR_PATH, ERROR_SEVERITY, ERROR_TAG, ERROR_TYPE, RPC_ERROR
Constructor and Description |
---|
ConfigHandlingException(String message,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity) |
ConfigHandlingException(String message,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity,
Map<String,String> errorInfo) |
ConfigHandlingException(String message,
Exception cause,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity) |
ConfigHandlingException(String message,
Exception cause,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity,
Map<String,String> errorInfo) |
fromXMLDocument, getErrorInfo, getErrorSeverity, getErrorTag, getErrorType, toString, toXMLDocument, wrap, wrap, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConfigHandlingException(String message, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity)
public ConfigHandlingException(String message, Exception cause, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity)
public ConfigHandlingException(String message, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity, Map<String,String> errorInfo)
public ConfigHandlingException(String message, Exception cause, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity, Map<String,String> errorInfo)
Copyright © 2019 OpenDaylight. All rights reserved.