com.vhosting.netconf.transport
Interface NetconfTransportError

All Known Implementing Classes:
NetconfTransportException

public interface NetconfTransportError

This interface provides all the information about errors that may occur at the level of transport protocol and Netconf protocol when for some reason, a message can not be sent or received.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Nested Class Summary
static interface NetconfTransportError.FailCause
          This interface represents the result of a mistake that can occur at any level of protocol.
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.
 
Method Summary
 NetconfTransportError.FailCause getFailCause()
          Get the fail cause.
 java.lang.String getMessage()
          Get the fail message associated.
 

Method Detail

getFailCause

NetconfTransportError.FailCause getFailCause()
Get the fail cause.

Returns:
The fail cause.

getMessage

java.lang.String getMessage()
Get the fail message associated.

Returns:
The fail message.