Class TooLongBinaryMsgException
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.TooLongBinaryMsgException
- All Implemented Interfaces:
Serializable
Exception thrown when the BinaryMsg payload exceeds the maximum limit of 256K bytes.
- Since:
- 1.0
- Version:
- 2022-08-30
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTooLongBinaryMsgException(int len) Constructs a new "binary msg: too long" exception with the specified length. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooLongBinaryMsgException
public TooLongBinaryMsgException(int len) Constructs a new "binary msg: too long" exception with the specified length.- Parameters:
len- the length that exceeded the maximum message size
-