Package org.onosproject.netconf
Class NetconfTransportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.netconf.NetconfTransportException
-
- All Implemented Interfaces:
java.io.Serializable
public class NetconfTransportException extends java.lang.RuntimeExceptionException triggered from NETCONF secure transport layer or below.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetconfTransportException()NetconfTransportException(java.lang.String message)NetconfTransportException(java.lang.String message, java.lang.Throwable cause)NetconfTransportException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
NetconfTransportException
public NetconfTransportException()
-
NetconfTransportException
public NetconfTransportException(java.lang.String message)
- Parameters:
message- describing the error
-
NetconfTransportException
public NetconfTransportException(java.lang.Throwable cause)
- Parameters:
cause- of this exception
-
NetconfTransportException
public NetconfTransportException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message- describing the errorcause- of this exception
-
-