org.eclipse.emf.emfstore.client.exceptions
Class ESServerNotFoundException

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

public class ESServerNotFoundException
extends Exception

Represents an error that states that an server could not be found in the ESWorkspace .

Author:
ovonwesen, emueller
See Also:
Serialized Form

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

ESServerNotFoundException

public ESServerNotFoundException(String message)
Constructor.

Parameters:
message - the detailed error message


Copyright © 2015. All Rights Reserved.