Uses of Class
com.esf.net.netconf.service.ErrorInfo

Packages that use ErrorInfo
com.esf.net.netconf.service   
 

Uses of ErrorInfo in com.esf.net.netconf.service
 

Methods in com.esf.net.netconf.service that return ErrorInfo
 ErrorInfo NetconfError.getErrorInfo()
           
 

Methods in com.esf.net.netconf.service with parameters of type ErrorInfo
 void NetconfError.setErrorInfo(ErrorInfo errorInfo)
           
 

Constructors in com.esf.net.netconf.service with parameters of type ErrorInfo
NetconfError(java.lang.String tag, java.lang.String type, java.lang.String severity, java.lang.String message, java.lang.String appTag, ErrorInfo info)