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

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

public class CancelOperationException
extends ESException

Is thrown if an operation is cancelled.

Author:
wesendon
See Also:
Serialized Form

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

CancelOperationException

public CancelOperationException(String message)
Constructor.

Parameters:
message - reason why this exception will be thrown


Copyright © 2015. All Rights Reserved.