disman
Class DismanWriteException

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

public class DismanWriteException
extends SnmpException

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

See Also:
Serialized Form

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

DismanWriteException

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

DismanWriteException

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