Class BinaryMsgException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErrorBinaryMsgException, NotConnectedBinaryMsgException, TimeoutBinaryMsgException

public class BinaryMsgException extends IOException
Base exception for checked BinaryMsg exceptions.
Since:
1.0
Version:
2023-10-14
See Also:
  • Constructor Details

    • BinaryMsgException

      public BinaryMsgException(String msg)
    • BinaryMsgException

      public BinaryMsgException(String msg, Throwable t)