com.esf.net.netconf.service
Class NetconfErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.net.netconf.service.NetconfErrorException
All Implemented Interfaces:
java.io.Serializable

public class NetconfErrorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NetconfErrorException()
           
NetconfErrorException(NetconfError error)
           
 
Method Summary
 NetconfError getError()
           
 void setError(NetconfError error)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetconfErrorException

public NetconfErrorException()

NetconfErrorException

public NetconfErrorException(NetconfError error)
Method Detail

setError

public void setError(NetconfError error)

getError

public NetconfError getError()