public class VersionMismatchException extends IOException
VersionedWritable.readFields(DataInput) when the
version of an object being read does not match the current implementation
version as returned by VersionedWritable.getVersion().| 构造器和说明 |
|---|
VersionMismatchException(byte expectedVersionIn,
byte foundVersionIn) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
toString()
Returns a string representation of this object.
|
Copyright © 2009 The Apache Software Foundation