SourceForge.net Logo

Uses of Class
org.netsnmp.NetSNMPException

Packages that use NetSNMPException
org.netsnmp   
 

Uses of NetSNMPException in org.netsnmp
 

Subclasses of NetSNMPException in org.netsnmp
 class MIBItemNotFound
          Exception thrown when a text based lookup of an OID failed.
 class NetSNMPAuthenticationException
           
 class NetSNMPBadValue
          Exception thrown when someone tries to extract a value to the incorrec type.
 class NetSNMPErrTooBig
          Exception thrown when an encoded pdu is too large
 class NetSNMPNoResponse
          To be thrown if it's determined, or assumed that there is no response from a remote agent
 class NetSNMPNoSuchInstance
           
 class NetSNMPSendError
          Exception thrown when an error occurs sending a PDU to a remote agent.
 


SourceForge.net Logo