|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
NetconfTransportError.FailCause getFailCause()
java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |