org.apache.hadoop.io
Class VersionMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.io.VersionMismatchException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Stable
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.

Overrides:
toString in class Throwable


Copyright © 2014 Apache Software Foundation. All Rights Reserved.