@Beta @NonNullByDefault public abstract class DOMActionException extends Exception
DOMActionResult
.Modifier | Constructor and Description |
---|---|
protected |
DOMActionException(String message)
Construct an new instance with a message and an empty cause.
|
protected |
DOMActionException(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 DOMActionException(String message)
message
- Exception messageCopyright © 2019 OpenDaylight. All rights reserved.