org.eclipse.emf.emfstore.internal.server.exceptions
Class FatalESException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.server.exceptions.FatalESException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPropertyException

public class FatalESException
extends Exception

Represents a condition the server or one of its components can not recover from and where a server shutdown is inevitable.

Author:
Maximilian Koegel
See Also:
Serialized Form

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

FatalESException

public FatalESException(String message,
                        Throwable cause)
Default constructor.

Parameters:
message - the message
cause - underlying exception

FatalESException

public FatalESException(String message)
Default constructor.

Parameters:
message - the message

FatalESException

public FatalESException(Throwable cause)
Default constructor.

Parameters:
cause - the cause

FatalESException

public FatalESException()
Default constructor.



Copyright © 2015. All Rights Reserved.