|
|||||||||
| 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.ESInitSSLException
public class ESInitSSLException
Indicates that the SSL initialization of the server failed, e.g. because of keystore or algorithm issues.
| Constructor Summary | |
|---|---|
ESInitSSLException(String message)
Constructor. |
|
ESInitSSLException(String message,
Throwable cause)
Constructor. |
|
ESInitSSLException(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 ESInitSSLException(String message,
Throwable cause)
message - the messagecause - the causing exceptionpublic ESInitSSLException(String message)
message - the messagepublic ESInitSSLException(Throwable cause)
cause - the causing exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||