public class IncompatibleVersionException extends VersionException
Incompatible
indicates an unknown version.Constructor and Description |
---|
IncompatibleVersionException(Object clientVersion,
Object serverVersion)
Deprecated.
Constructs a new
IncompatibleVersionException . |
IncompatibleVersionException(String message)
Deprecated.
Constructs a new
IncompatibleVersionException . |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleVersionException(Object clientVersion, Object serverVersion)
IncompatibleVersionException
.clientVersion
- The client versionserverVersion
- The server versionpublic IncompatibleVersionException(String message)
IncompatibleVersionException
.message
- The exception messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.