public abstract class MacMapException extends RpcException
| Modifier | Constructor and Description |
|---|---|
protected |
MacMapException(RpcErrorTag tag,
VtnErrorTag etag,
String msg,
MacVlan mvlan,
MacMapIdentifier ident)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getErrorMessage()
Create an error log message.
|
MacVlan |
getHost()
Return a
MacVlan instance which specifies the host to be
mapped by the target MAC mapping. |
MacMapIdentifier |
getIdentifier()
Return the identifier for the the target MAC mapping.
|
getBadArgumentException, getBadArgumentException, getDataExistsException, getDataExistsException, getErrorTag, getMissingArgumentException, getNotFoundException, getNotFoundException, getNullArgumentExceptiongetVtnErrorTagaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected MacMapException(RpcErrorTag tag, VtnErrorTag etag, String msg, MacVlan mvlan, MacMapIdentifier ident)
tag - A RpcErrorTag instance.etag - A VtnErrorTag for this exception.msg - An error message.mvlan - A MacVlan instance corresponding to the host
to be mapped by MAC mapping.ident - The identifier for the MAC mapping which maps the host
specified by mvlan.public final MacVlan getHost()
MacVlan instance which specifies the host to be
mapped by the target MAC mapping.MacVlan instance.public final MacMapIdentifier getIdentifier()
MacMapIdentifier instance which specifies the target
MAC mapping.public abstract String getErrorMessage()
Copyright © 2018 OpenDaylight. All rights reserved.