disman
Class DismanReadException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
                    |
                    +--disman.SnmpException
                          |
                          +--disman.DismanReadException

public class DismanReadException
extends SnmpException

This class represents the exception that may be thrown by several methods of classes of the disman package. This exception indicates, that reading the script MIB via SNMP (i.e. a get request) failed.

See Also:
Serialized Form

Fields inherited from class disman.SnmpException
lowLevelException
 
Constructor Summary
DismanReadException(java.lang.String oid, jmgmt.snmp.io.SnmpResponseException e)
          Constructs an DismanReadException with specified OID and low level Exception.
 
Methods inherited from class disman.SnmpException
isInconsistentValueResponse, isNoSuchNameResponse, translateOid, translateValue
 
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

DismanReadException

public DismanReadException(java.lang.String oid,
                           jmgmt.snmp.io.SnmpResponseException e)
Constructs an DismanReadException with specified OID and low level Exception.