org.eclipse.emf.emfstore.client.exceptions
Class ESCertificateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.client.exceptions.ESCertificateException
All Implemented Interfaces:
Serializable

public class ESCertificateException
extends Exception

Thrown in case problems arise with the KeyStoreManager.

Author:
pfeifferc, emueller
See Also:
Serialized Form

Constructor Summary
ESCertificateException(String message)
          Constructor.
ESCertificateException(String message, Throwable cause)
          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

ESCertificateException

public ESCertificateException(String message,
                              Throwable cause)
Constructor.

Parameters:
message - the detailed error message
cause - the cause for this exception

ESCertificateException

public ESCertificateException(String message)
Constructor.

Parameters:
message - the detailed error message


Copyright © 2015. All Rights Reserved.