public class NetconfException extends IOException
| Constructor and Description |
|---|
NetconfException(String message)
Constructs an exception with the specified message.
|
NetconfException(String message,
Throwable cause)
Constructs an exception with the specified message and the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NetconfException(String message)
message - the message describing the specific nature of the error