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()
.Constructor and Description |
---|
VersionMismatchException(byte expectedVersionIn,
byte foundVersionIn) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Copyright © 2007, 2017, Oracle and/or its affiliates. All rights reserved.