Package org.snmp4j.model.snmp.spi
Class SnmpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.snmp4j.model.snmp.spi.SnmpException
- All Implemented Interfaces:
Serializable
The SnmpException represents SNMP errors that may occur during SNMP request processing.
- Author:
- Frank Fock
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnmpException
(String message, Throwable cause, SnmpErrorStatus errorStatus) SnmpException
(SnmpErrorStatus errorStatus) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnmpException
-
SnmpException
-
-
Method Details
-
getErrorStatus
-