org.netsnmp
Class NetSNMPSendError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.netsnmp.NetSNMPException
|
+--org.netsnmp.NetSNMPSendError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NetSNMPAuthenticationException, NetSNMPErrTooBig
- public class NetSNMPSendError
- extends NetSNMPException
Exception thrown when an error occurs sending a PDU to a
remote agent.
- Author:
- Andrew E. Page aepage@users.sourceforge.net
- See Also:
- Serialized Form
Constructor Summary |
protected |
NetSNMPSendError(int s_snmp_errno,
int s_errno,
String msg)
Creates a new instance of SNMPSendError. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
s_snmp_errno
public final int s_snmp_errno
s_errno
public final int s_errno
msg
public final String msg
- String generated by the snmp_api_errstring routine
NetSNMPSendError
protected NetSNMPSendError(int s_snmp_errno,
int s_errno,
String msg)
- Creates a new instance of SNMPSendError.
Used by supporting library