@InterfaceAudience.Public @InterfaceStability.Evolving public class MissingEventsException extends Exception
Constructor and Description |
---|
MissingEventsException() |
MissingEventsException(long expectedTxid,
long actualTxid) |
Modifier and Type | Method and Description |
---|---|
long |
getActualTxid() |
long |
getExpectedTxid() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MissingEventsException()
public MissingEventsException(long expectedTxid, long actualTxid)
public long getExpectedTxid()
public long getActualTxid()
Copyright © 2015 Apache Software Foundation. All rights reserved.