Package org.yamcs.tctm
Class TcTmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.yamcs.tctm.TcTmException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CorruptedFrameException
,PacketTooLongException
,UnsupportedPacketVersionException
Generic exception to throw for problems encountered during TC or TM processing
- See Also:
-
Constructor Summary
ConstructorDescriptionTcTmException
(String message) TcTmException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TcTmException
public TcTmException() -
TcTmException
-
TcTmException
-