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:
java.io.Serializable
public class IncompatibleAPIVersionsException extends EnvironmentFailureException
Exception that is thrown if the client can not talk to the server because of API version incompatibility.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleAPIVersionsException(int clientVersion, int serverVersion)
-
Method Summary
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
fromTemplate, fromTemplate, isRetriable
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable
-
-