org.apache.hadoop.hdfs.server.common
Class IncorrectVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.server.common.IncorrectVersionException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Private
@InterfaceStability.Evolving
public class IncorrectVersionException
- extends IOException
The exception is thrown when external version does not match
current version of the application.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncorrectVersionException
public IncorrectVersionException(int versionReported,
String ofWhat)
IncorrectVersionException
public IncorrectVersionException(int versionReported,
String ofWhat,
int versionExpected)
Copyright © 2009 The Apache Software Foundation