Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.illumon.iris.db.tables.dataimport.logtailer.ChannelException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelException.Disconnected
,ChannelException.Rejected
public class ChannelException extends Exception
Exception thrown upon any Data Import channel issue.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChannelException.Disconnected
Exception thrown upon disconnection.static class
ChannelException.Rejected
Exception thrown upon receipt of a Reject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString