Class ImportStateNotFoundException

All Implemented Interfaces:
Serializable

public class ImportStateNotFoundException extends UnreadableImportStateException
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.
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

    • ImportStateNotFoundException

      public ImportStateNotFoundException(String message, ClassNotFoundException cause)
      Construct an ImportStateNotFoundException
      Parameters:
      message - the exception message
      cause - the underlying ClassNotFoundException