@InterfaceAudience.Private @InterfaceStability.Evolving public class IncorrectVersionException extends IOException
Constructor and Description |
---|
IncorrectVersionException(int versionReported,
String ofWhat) |
IncorrectVersionException(int versionReported,
String ofWhat,
int versionExpected) |
IncorrectVersionException(String message) |
IncorrectVersionException(String minimumVersion,
String reportedVersion,
String remoteDaemon,
String thisDaemon) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectVersionException(String message)
public IncorrectVersionException(String minimumVersion, String reportedVersion, String remoteDaemon, String thisDaemon)
public IncorrectVersionException(int versionReported, String ofWhat)
public IncorrectVersionException(int versionReported, String ofWhat, int versionExpected)
Copyright © 2013 Apache Software Foundation. All rights reserved.