public class OperationNotPermittedException 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 |
---|
OperationNotPermittedException(String message,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity) |
OperationNotPermittedException(String message,
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 OperationNotPermittedException(String message, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity)
public OperationNotPermittedException(String message, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity, Map<String,String> errorInfo)
Copyright © 2019 OpenDaylight. All rights reserved.