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
The exception is thrown when external version does not match
current version of the application.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectVersionException(int currentLayoutVersion, int versionReported, String ofWhat) IncorrectVersionException(int versionReported, String ofWhat, int versionExpected) IncorrectVersionException(String message) IncorrectVersionException(String minimumVersion, String reportedVersion, String remoteDaemon, String thisDaemon) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectVersionException
-
IncorrectVersionException
-
IncorrectVersionException
-
IncorrectVersionException
-