com.adventnet.snmp.mibs.agent
Class AgentMibException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.adventnet.snmp.mibs.MibException
                    |
                    +--com.adventnet.snmp.mibs.agent.AgentMibException

public class AgentMibException
extends MibException

The purpose of class this class is to report Agent side MIB parsing errors.

See Also:
Serialized Form

Constructor Summary
AgentMibException()
          Constructs a AgentMibException with no detail message.
AgentMibException(java.lang.String s)
          Constructs a AgentMibException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentMibException

public AgentMibException()
Constructs a AgentMibException with no detail message. A detail message is a String that describes this particular exception.

AgentMibException

public AgentMibException(java.lang.String s)
Constructs a AgentMibException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message