Class TcTmException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptedFrameException, PacketTooLongException, UnsupportedPacketVersionException

public class TcTmException extends Exception
Generic exception to throw for problems encountered during TC or TM processing
See Also:
  • Constructor Details

    • TcTmException

      public TcTmException()
    • TcTmException

      public TcTmException(String message)
    • TcTmException

      public TcTmException(String message, Throwable cause)