Class TimeoutBinaryMsgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgException
com.tccc.kos.commons.core.service.blink.binarymsg.TimeoutBinaryMsgException
- All Implemented Interfaces:
Serializable
Exception thrown when a BinaryMsg response times out.
- Since:
- 1.0
- Version:
- 2022-09-01
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutBinaryMsgException(String message) Constructs a new "binary msg: timeout" exception with the specified 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
-
TimeoutBinaryMsgException
Constructs a new "binary msg: timeout" exception with the specified message.- Parameters:
message- the detailed error message
-