|
|||||||||
| 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.server.exceptions.ESServerInitException
public class ESServerInitException
Indicates that the EMFStore XML RPC server failed to initialize.
| 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 |
|---|
public ESServerInitException(String message,
Throwable cause)
message - the messagecause - the causing exceptionpublic ESServerInitException(String message)
message - the messagepublic ESServerInitException(Throwable cause)
cause - the causing exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||