|
|||||||||
| 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.server.exceptions.ESException
org.eclipse.emf.emfstore.internal.server.exceptions.StorageException
public class StorageException
Represents a problem with data storage. This is a condition the server or one of its components can not recover from and where a server shutdown is inevitable.
| Field Summary | |
|---|---|
static String |
NOLOAD
String constant for loading problem message. |
static String |
NOSAVE
String constant for saving problem message. |
| Constructor Summary | |
|---|---|
StorageException(String message)
Default constructor. |
|
StorageException(String message,
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 |
| Field Detail |
|---|
public static final String NOLOAD
public static final String NOSAVE
| Constructor Detail |
|---|
public StorageException(String message,
Throwable cause)
message - the messagecause - underlying exceptionpublic StorageException(String message)
message - the message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||