Class DiscoveryPacketDecodeException

Object
Throwable
Exception
com.zebra.sdk.printer.discovery.DiscoveryPacketDecodeException
All Implemented Interfaces:
Serializable

public class DiscoveryPacketDecodeException extends Exception
Signals that there was an error during discovery packet decoding
See Also:
  • Constructor Details

    • DiscoveryPacketDecodeException

      public DiscoveryPacketDecodeException(String message)
      Constructs a DiscoveryPacketDecodeException with message as the detailed error message.
      Parameters:
      message - the error message.