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

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

public class ESServerStartFailedException
extends Exception

Represents a failure to start an EMFStore Server.

Author:
mkoegel
See Also:
Serialized Form

Constructor Summary
ESServerStartFailedException(Throwable cause)
          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

ESServerStartFailedException

public ESServerStartFailedException(Throwable cause)
Default constructor.

Parameters:
cause - causing exception


Copyright © 2015. All Rights Reserved.