|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.gemstone.gemfire.GemFireCheckedException
com.gemstone.gemfire.cache.VersionException
public abstract class VersionException
An VersionException is an exception that indicates
a client / server version mismatch exception has occurred.
| Constructor Summary | |
|---|---|
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 |
|
| Method Summary |
|---|
| Methods inherited from class com.gemstone.gemfire.GemFireCheckedException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VersionException()
VersionException.
public VersionException(String s)
VersionException with a message string.
public VersionException(String s,
Throwable cause)
VersionException with a message string and
a base exception
public VersionException(Throwable cause)
VersionException with a cause
|
GemFire 6.6.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||