com.adventnet.snmp.mibs.agent
Class AgentMibException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adventnet.snmp.mibs.MibException
              extended by com.adventnet.snmp.mibs.agent.AgentMibException
All Implemented Interfaces:
java.io.Serializable

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.
 
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

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