Class CheckpointFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CheckpointFailureException
    extends java.lang.RuntimeException
    Exception that is raised when a subscriber fails to make a checkpoint.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCheckpointTableName()
      Gets the checkpoint table name
      NoSQLSubscriberId getSubscriberId()
      Gets id of subscriber that fails to checkpoint
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getCheckpointTableName

        public java.lang.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