Class ImportStateNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.illumon.iris.db.v2.locations.local.UnreadableImportStateException
com.illumon.iris.db.v2.locations.local.ImportStateNotFoundException
- All Implemented Interfaces:
Serializable
When reading the checkpoint record, we may not be able to find the class for the import state.
An import state may not be found for several reasons, including:
- A customer provided class was modified.
- The class is in a plugin that has been changed.
- The class is only available in Core+ workers, and not accessible to Enterprise tools.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionImportStateNotFoundException
(String message, ClassNotFoundException cause) Construct an ImportStateNotFoundException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImportStateNotFoundException
Construct an ImportStateNotFoundException- Parameters:
message
- the exception messagecause
- the underlying ClassNotFoundException
-