org.eclipse.emf.emfstore.server.exceptions
Class ESInitSSLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.server.exceptions.ESInitSSLException
All Implemented Interfaces:
Serializable

public class ESInitSSLException
extends ESException

Indicates that the SSL initialization of the server failed, e.g. because of keystore or algorithm issues.

Since:
1.3
Author:
Marco van Meegen
See Also:
Serialized Form

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

ESInitSSLException

public ESInitSSLException(String message,
                          Throwable cause)
Constructor.

Parameters:
message - the message
cause - the causing exception

ESInitSSLException

public ESInitSSLException(String message)
Constructor.

Parameters:
message - the message

ESInitSSLException

public ESInitSSLException(Throwable cause)
Default constructor.

Parameters:
cause - the causing exception


Copyright © 2015. All Rights Reserved.