Class UnreadableImportStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.illumon.iris.db.v2.locations.local.UnreadableImportStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImportStateNotFoundException
When reading the checkpoint record, we may fail to read the import state.
We throw a designated exception so that the crcat tool understands the problem and can retry the operation to show the remaining checkpoint fields.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnreadableImportStateException
(String message, Exception cause) Construct an UnreadableImportStateException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnreadableImportStateException
Construct an UnreadableImportStateException- Parameters:
message
- the exception messagecause
- the underlying exception
-