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

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
                  extended by org.eclipse.emf.emfstore.internal.client.model.exceptions.IllegalProjectSpaceStateException
All Implemented Interfaces:
Serializable

public class IllegalProjectSpaceStateException
extends WorkspaceException

Indicates that the project space is in an illegal state.

Author:
koegel
See Also:
Serialized Form

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

IllegalProjectSpaceStateException

public IllegalProjectSpaceStateException(String message,
                                         Throwable cause)
Constructor.

Parameters:
message - the message
cause - the cause

IllegalProjectSpaceStateException

public IllegalProjectSpaceStateException(String message)
Constructor.

Parameters:
message - the message


Copyright © 2015. All Rights Reserved.