Class LogStreamException

Object
Throwable
Exception
com.zebra.sdk.comm.ConnectionException
com.zebra.sdk.comm.LogStreamException
All Implemented Interfaces:
Serializable

public class LogStreamException extends ConnectionException
Signals that an error has occurred while writing to the connections log stream.
See Also:
  • Constructor Details

    • LogStreamException

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