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

public class UnreadableImportStateException extends IOException
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 Details

    • UnreadableImportStateException

      public UnreadableImportStateException(String message, Exception cause)
      Construct an UnreadableImportStateException
      Parameters:
      message - the exception message
      cause - the underlying exception