Class CheckpointFailureException

All Implemented Interfaces:
Serializable

public class CheckpointFailureException extends RuntimeException
Exception that is raised when a subscriber fails to make a checkpoint.
See Also:
  • Method Details

    • getCheckpointTableName

      public String getCheckpointTableName()
      Gets the checkpoint table name
      Returns:
      the checkpoint table name
    • getSubscriberId

      public NoSQLSubscriberId getSubscriberId()
      Gets id of subscriber that fails to checkpoint
      Returns:
      id of subscriber that fails to checkpoint