net.juniper.netconf
Class LoadException

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

public class LoadException
extends java.io.IOException

Describes exceptions related to load operation

See Also:
Serialized Form

Field Summary
 java.lang.String LoadErrorMsg
           
 
Method Summary
 java.lang.String getLoadErrorMessage()
           
 
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

LoadErrorMsg

public final java.lang.String LoadErrorMsg
Method Detail

getLoadErrorMessage

public java.lang.String getLoadErrorMessage()