|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.emf.emfstore.internal.server.exceptions.FatalESException
public class FatalESException
Represents a condition the server or one of its components can not recover from and where a server shutdown is inevitable.
| 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 |
|---|
public FatalESException(String message,
Throwable cause)
message - the messagecause - underlying exceptionpublic FatalESException(String message)
message - the messagepublic FatalESException(Throwable cause)
cause - the causepublic FatalESException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||