Uses of Interface
com.vhosting.netconf.transport.NetconfTransportError.FailCause

Packages that use NetconfTransportError.FailCause
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages. 
com.vhosting.netconf.transport.ssh This is the entry point of a Netconf application over SSH-2. 
 

Uses of NetconfTransportError.FailCause in com.vhosting.netconf.transport
 

Classes in com.vhosting.netconf.transport that implement NetconfTransportError.FailCause
static class NetconfTransportError.NetconfFailCause
          This enum groups all the causes of failure into the Netconf protocol.
static class NetconfTransportError.TransportFailCause
          This enum groups all the causes of failure are common to all types of transport protocol.
 

Methods in com.vhosting.netconf.transport that return NetconfTransportError.FailCause
 NetconfTransportError.FailCause NetconfTransportException.getFailCause()
          Get the fail cause.
 NetconfTransportError.FailCause NetconfTransportError.getFailCause()
          Get the fail cause.
 

Methods in com.vhosting.netconf.transport with parameters of type NetconfTransportError.FailCause
protected  void NetconfCatcher.throwTransportException(java.lang.Exception e, NetconfTransportError.FailCause cause, boolean withClosedConnection)
          This method must be used into connection process when an exception occurs or a condition in which the connection can not be established.
 

Constructors in com.vhosting.netconf.transport with parameters of type NetconfTransportError.FailCause
NetconfTransportException(java.lang.Exception e, NetconfTransportError.FailCause cause)
          Create a new exception.
NetconfTransportException(java.lang.String detailMessage, NetconfTransportError.FailCause cause)
          Create a new exception.
 

Uses of NetconfTransportError.FailCause in com.vhosting.netconf.transport.ssh
 

Classes in com.vhosting.netconf.transport.ssh that implement NetconfTransportError.FailCause
 class SshFailCause
          This enum groups all the causes of failure are specific to the SSH-2 transport protocol.