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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.client.model.exceptions.InvalidHandleException
All Implemented Interfaces:
Serializable

public class InvalidHandleException
extends Exception

Represents an exception where a composite operation handle is not valid any more. The operation is already completed or was aborted.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
InvalidHandleException()
          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

InvalidHandleException

public InvalidHandleException()
Default constructor.



Copyright © 2015. All Rights Reserved.