public abstract class DOMRpcException
extends org.opendaylight.mdsal.dom.api.DOMRpcException
| Modifier | Constructor and Description |
|---|---|
protected |
DOMRpcException(String message)
Construct an new instance with a message and an empty cause.
|
protected |
DOMRpcException(String message,
Throwable cause)
Construct an new instance with a message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected DOMRpcException(String message)
message - Exception messageCopyright © 2019 OpenDaylight. All rights reserved.