org.eclipse.emf.emfstore.internal.server.exceptions
Class ClientVersionOutOfDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.internal.server.exceptions.AccessControlException
                  extended by org.eclipse.emf.emfstore.internal.server.exceptions.ClientVersionOutOfDateException
All Implemented Interfaces:
Serializable

public class ClientVersionOutOfDateException
extends AccessControlException

Is thrown if the client's version is not compatible to the server.

Author:
wesendonk
See Also:
Serialized Form

Constructor Summary
ClientVersionOutOfDateException()
          Default constructor.
ClientVersionOutOfDateException(String msg)
          Default constructor.
 
Method Summary
 
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

ClientVersionOutOfDateException

public ClientVersionOutOfDateException()
Default constructor.


ClientVersionOutOfDateException

public ClientVersionOutOfDateException(String msg)
Default constructor.

Parameters:
msg - message


Copyright © 2016. All Rights Reserved.