org.apache.nutch.io
Class VersionMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.nutch.io.VersionMismatchException
All Implemented Interfaces:
Serializable

public class VersionMismatchException
extends IOException

Thrown by VersionedWritable.readFields(DataInput) when the version of an object being read does not match the current implementation version as returned by VersionedWritable.getVersion().

See Also:
Serialized Form

Constructor Summary
VersionMismatchException(byte expectedVersionIn, byte foundVersionIn)
           
 
Method Summary
 String toString()
          Returns a string representation of this object.
 
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

VersionMismatchException

public VersionMismatchException(byte expectedVersionIn,
                                byte foundVersionIn)
Method Detail

toString

public String toString()
Returns a string representation of this object.



Copyright © 2006 The Apache Software Foundation