Class RuntimeBinaryMsgException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.core.service.blink.binarymsg.RuntimeBinaryMsgException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidApiBinaryMsgException, InvalidInterfaceBinaryMsgException, TooLongBinaryMsgException

public class RuntimeBinaryMsgException extends RuntimeException
Base exception for runtime BinaryMsg exceptions. These are not typically expected and are the result of unexpected inputs.
Since:
1.0
Version:
2023-10-14
See Also:
  • Constructor Details

    • RuntimeBinaryMsgException

      public RuntimeBinaryMsgException(String msg)
    • RuntimeBinaryMsgException

      public RuntimeBinaryMsgException(String msg, Throwable t)