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

@Private @Evolving public class IncorrectVersionException extends IOException
The exception is thrown when external version does not match current version of the application.
See Also:
  • Constructor Details

    • IncorrectVersionException

      public IncorrectVersionException(String message)
    • IncorrectVersionException

      public IncorrectVersionException(String minimumVersion, String reportedVersion, String remoteDaemon, String thisDaemon)
    • IncorrectVersionException

      public IncorrectVersionException(int currentLayoutVersion, int versionReported, String ofWhat)
    • IncorrectVersionException

      public IncorrectVersionException(int versionReported, String ofWhat, int versionExpected)