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

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.CommitCanceledException
All Implemented Interfaces:
Serializable

public class CommitCanceledException
extends ESException

If the preparation phase of the commit fails, this exception will be thrown. This is usually the case if the user cancels the commit dialog.

Author:
Adrian Staudt
See Also:
Serialized Form

Constructor Summary
CommitCanceledException(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

CommitCanceledException

public CommitCanceledException(String message)
Constructor.

Parameters:
message - reason why this exception will be thrown


Copyright © 2015. All Rights Reserved.