@InterfaceAudience.Public @InterfaceStability.Evolving public class MissingEventsException extends Exception
| コンストラクタと説明 | 
|---|
| MissingEventsException() | 
| MissingEventsException(long expectedTxid,
                      long actualTxid) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| long | getActualTxid() | 
| long | getExpectedTxid() | 
| String | toString() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MissingEventsException()
public MissingEventsException(long expectedTxid, long actualTxid)
public long getExpectedTxid()
public long getActualTxid()
Copyright © 2016 Apache Software Foundation. All rights reserved.