Package com.zebra.sdk.comm
Class LogStreamException
Object
Throwable
Exception
com.zebra.sdk.comm.ConnectionException
com.zebra.sdk.comm.LogStreamException
- All Implemented Interfaces:
Serializable
Signals that an error has occurred while writing to the connections log stream.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogStreamException(String message) Constructs aLogStreamExceptionwithmessageas 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
-
LogStreamException
Constructs aLogStreamExceptionwithmessageas the detailed error message.- Parameters:
message- the error message.
-