|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--disman.DismanException
|
+--disman.SnmpException
|
+--disman.DismanReadException
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.
| 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 |
public DismanReadException(java.lang.String oid,
jmgmt.snmp.io.SnmpResponseException e)
DismanReadException
with specified OID and low level Exception.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||