Package com.zebra.sdk.printer.discovery
Class DiscoveryPacketDecodeException
- All Implemented Interfaces:
Serializable
Signals that there was an error during discovery packet decoding
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryPacketDecodeException(String message) Constructs aDiscoveryPacketDecodeExceptionwithmessageas 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
-
DiscoveryPacketDecodeException
Constructs aDiscoveryPacketDecodeExceptionwithmessageas the detailed error message.- Parameters:
message- the error message.
-