org.apache.hadoop.hdfs.inotify
Class MissingEventsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hdfs.inotify.MissingEventsException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Evolving
public class MissingEventsException
- extends Exception
- See Also:
- Serialized Form
MissingEventsException
public MissingEventsException()
MissingEventsException
public MissingEventsException(long expectedTxid,
long actualTxid)
getExpectedTxid
public long getExpectedTxid()
getActualTxid
public long getActualTxid()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2014 Apache Software Foundation. All Rights Reserved.