net.juniper.netconf
Class NetconfException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.juniper.netconf.NetconfException
All Implemented Interfaces:
java.io.Serializable

public class NetconfException
extends java.io.IOException

Describes exceptions related to establishing Netconf session.

See Also:
Serialized Form

Field Summary
 java.lang.String netconfErrorMsg
           
 
Method Summary
 java.lang.String getNetconfErrorMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

netconfErrorMsg

public final java.lang.String netconfErrorMsg
Method Detail

getNetconfErrorMessage

public java.lang.String getNetconfErrorMessage()