ch.systemsx.cisd.common.api
Class IncompatibleAPIVersionsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.HighLevelException
                  extended by ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
                      extended by 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
IncompatibleAPIVersionsException(int clientVersion, int serverVersion)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.common.exceptions.EnvironmentFailureException
fromTemplate, fromTemplate, isRetriable
 
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

IncompatibleAPIVersionsException

public IncompatibleAPIVersionsException(int clientVersion,
                                        int serverVersion)