net.juniper.netconf
Class CommitException

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

public class CommitException
extends java.io.IOException

Describes exceptions related to commit operation

See Also:
Serialized Form

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

CommitErrorMsg

public final java.lang.String CommitErrorMsg
Method Detail

getCommitErrorMessage

public java.lang.String getCommitErrorMessage()