org.eclipse.emf.emfstore.server.exceptions
Class ESServerInitException

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.server.exceptions.ESServerInitException
All Implemented Interfaces:
Serializable

public class ESServerInitException
extends ESException

Indicates that the EMFStore XML RPC server failed to initialize.

Since:
1.3
Author:
Marco van Meegen
See Also:
Serialized Form

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

ESServerInitException

public ESServerInitException(String message,
                             Throwable cause)
Constructor.

Parameters:
message - the message
cause - the causing exception

ESServerInitException

public ESServerInitException(String message)
Constructor.

Parameters:
message - the message

ESServerInitException

public ESServerInitException(Throwable cause)
Default constructor.

Parameters:
cause - the causing exception


Copyright © 2015. All Rights Reserved.