org.apache.hadoop.hdfs.inotify
Class MissingEventsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.hdfs.inotify.MissingEventsException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class MissingEventsException
extends Exception

See Also:
Serialized Form

Constructor Summary
MissingEventsException()
           
MissingEventsException(long expectedTxid, long actualTxid)
           
 
Method Summary
 long getActualTxid()
           
 long getExpectedTxid()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingEventsException

public MissingEventsException()

MissingEventsException

public MissingEventsException(long expectedTxid,
                              long actualTxid)
Method Detail

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.