JoeSNMP API 0.3.3

org.opennms.protocols.snmp
Class SnmpHandlerNotDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.protocols.snmp.SnmpHandlerNotDefinedException
All Implemented Interfaces:
java.io.Serializable

public class SnmpHandlerNotDefinedException
extends java.lang.RuntimeException

Defines a runtime exception when the program attempts to send a SnmpPduPacket and there is no default handler defined. This is considered a runtime exception since if there isn't a handler registered yet, is there likely to be one after the exception?

Version:
1.1.1.1
See Also:
Serialized Form

Constructor Summary
SnmpHandlerNotDefinedException()
          Default exception constructor
SnmpHandlerNotDefinedException(java.lang.String why)
          The exception constructor
 
Method Summary
 
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

SnmpHandlerNotDefinedException

public SnmpHandlerNotDefinedException(java.lang.String why)
The exception constructor

Parameters:
why - The reason the exception is being raised

SnmpHandlerNotDefinedException

public SnmpHandlerNotDefinedException()
Default exception constructor


JoeSNMP API 0.3.3

Generated by abuild on ${TODAY} ${TSTAMP}.