Package oracle.kv.pubsub
Class CheckpointFailureException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- oracle.kv.pubsub.CheckpointFailureException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CheckpointFailureException extends 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 StringgetCheckpointTableName()Gets the checkpoint table nameNoSQLSubscriberIdgetSubscriberId()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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
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
 
 
 - 
 
 -