Package ch.systemsx.cisd.common.api
Class IncompatibleAPIVersionsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.HighLevelException
ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
ch.systemsx.cisd.common.api.IncompatibleAPIVersionsException
- All Implemented Interfaces:
Serializable
Exception that is thrown if the client can not talk to the server because of API version incompatibility.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
fromTemplate, fromTemplate, isRetriableMethods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleAPIVersionsException
public IncompatibleAPIVersionsException(int clientVersion, int serverVersion)
-