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

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.WorkspaceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangeConflictException, IllegalProjectSpaceStateException, NoChangesOnServerException, UnkownProjectException

public class WorkspaceException
extends ESException

Indicates that an exception occurred in the workspace.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
WorkspaceException(String message)
          Constructor.
WorkspaceException(String message, Throwable cause)
          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

WorkspaceException

public WorkspaceException(String message,
                          Throwable cause)
Constructor.

Parameters:
message - the message
cause - the cause

WorkspaceException

public WorkspaceException(String message)
Constructor.

Parameters:
message - the message


Copyright © 2015. All Rights Reserved.