org.eclipse.emf.emfstore.internal.client.model.exceptions
Class LoginCanceledException

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.client.model.exceptions.LoginCanceledException
All Implemented Interfaces:
Serializable

public class LoginCanceledException
extends ESException

If the login fails, this exception will be thrown. This is usually the case if the user cancels the share dialog.

Author:
Max Hohenegger
See Also:
Serialized Form

Constructor Summary
LoginCanceledException(String message)
          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

LoginCanceledException

public LoginCanceledException(String message)
Constructor.

Parameters:
message - reason why this exception will be thrown


Copyright © 2015. All Rights Reserved.