public abstract class DOMRpcException extends Exception
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, toString
protected DOMRpcException(String message)
message
- Exception messageCopyright © 2019 OpenDaylight. All rights reserved.