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

public class ProcessingStateException extends IllegalStateException
An exception indicating that the data import stream processor is in an invalid state.
See Also:
  • Constructor Details

    • ProcessingStateException

      public ProcessingStateException(String message)
    • ProcessingStateException

      public ProcessingStateException(String message, Throwable cause)