public abstract class VersionException extends GemFireCheckedException
VersionException
is an exception that indicates a client / server version
mismatch exception has occurred.Constructor and Description |
---|
VersionException()
Constructs a new
VersionException . |
VersionException(String s)
Constructs a new
VersionException with a message string. |
VersionException(String s,
Throwable cause)
Constructs a
VersionException with a message string and a base exception |
VersionException(Throwable cause)
Constructs a
VersionException with a cause |
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionException()
VersionException
.public VersionException(String s)
VersionException
with a message string.s
- the detail messagepublic VersionException(String s, Throwable cause)
VersionException
with a message string and a base exceptions
- the detail messagecause
- the causepublic VersionException(Throwable cause)
VersionException
with a causecause
- the cause