|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
snmp.SNMPException
snmp.SNMPRequestException
snmp.SNMPGetException
Exception thrown when attempt to get value of SNMP OID from device fails. Reason could be that specified variable not supported by device, or that supplied community name has insufficient privileges.
Field Summary |
Fields inherited from class snmp.SNMPRequestException |
BAD_VALUE, errorIndex, errorStatus, FAILED, NO_ERROR, VALUE_NOT_AVAILABLE, VALUE_READ_ONLY, VALUE_TOO_BIG |
Constructor Summary | |
SNMPGetException(int errorIndex,
int errorStatus)
Create exception with errorIndex and errorStatus |
|
SNMPGetException(java.lang.String message,
int errorIndex,
int errorStatus)
Create exception with errorIndex, errorStatus and message string |
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 |
public SNMPGetException(int errorIndex, int errorStatus)
public SNMPGetException(java.lang.String message, int errorIndex, int errorStatus)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |