public class IncompatibleVersionException extends VersionException
IncompatibleVersionException
that the client version
was not compatible with the server version.Constructor and Description |
---|
IncompatibleVersionException(Object clientVersion,
Object serverVersion)
Constructs a new
IncompatibleVersionException . |
IncompatibleVersionException(String message)
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 Version
serverVersion
- The server Version
public IncompatibleVersionException(String message)
IncompatibleVersionException
.message
- The exception messageCopyright © 1997-2017 Pivotal Software, Inc. All rights reserved.