Package com.zebra.sdk.printer
Class SnmpException
- All Implemented Interfaces:
Serializable
Signals that an error has occurred when attempting to communicate with SNMP.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnmpException(String message) Constructs anSnmpExceptionwithmessageas the detailed error message -
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
Constructs anSnmpExceptionwithmessageas the detailed error message- Parameters:
message- the error message
-