SourceForge.net Logo

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

Field Summary
 String msg
          String generated by the snmp_api_errstring routine
 int s_errno
           
 int s_snmp_errno
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

Constructor Detail

NetSNMPSendError

protected NetSNMPSendError(int s_snmp_errno,
                           int s_errno,
                           String msg)
Creates a new instance of SNMPSendError. Used by supporting library


SourceForge.net Logo