SourceForge.net Logo

org.netsnmp
Class NetSNMPAuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.netsnmp.NetSNMPException
                    |
                    +--org.netsnmp.NetSNMPSendError
                          |
                          +--org.netsnmp.NetSNMPAuthenticationException
All Implemented Interfaces:
Serializable

public class NetSNMPAuthenticationException
extends NetSNMPSendError

Author:
Andrew E. Page aepage@users.sourceforge.net
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.netsnmp.NetSNMPSendError
msg, s_errno, s_snmp_errno
 
Constructor Summary
protected NetSNMPAuthenticationException(int s_snmp_errno, int s_errno, String msg)
           
 
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
 

Constructor Detail

NetSNMPAuthenticationException

protected NetSNMPAuthenticationException(int s_snmp_errno,
                                         int s_errno,
                                         String msg)
Parameters:
s_snmp_errno -
s_errno -
msg -

SourceForge.net Logo