Class InvalidApiBinaryMsgException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.core.service.blink.binarymsg.RuntimeBinaryMsgException
com.tccc.kos.commons.core.service.blink.binarymsg.InvalidApiBinaryMsgException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an attempt to use an out-of-range API number for BinaryMsg.
- Since:
- 1.0
- Version:
- 2022-09-01
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidApiBinaryMsgException(String message) Constructs a new "binary msg: invalid API" 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
-
InvalidApiBinaryMsgException
Constructs a new "binary msg: invalid API" exception with the specified message.- Parameters:
message- the detailed error message
-