Class ProcessingStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
com.illumon.iris.db.tables.dataimport.logtailer.ProcessingStateException
- All Implemented Interfaces:
Serializable
An exception indicating that the data import stream processor is in an invalid state.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingStateException(String message) ProcessingStateException(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
-
ProcessingStateException
-
ProcessingStateException
-