Package org.kiwiproject.security
Class SSLContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kiwiproject.security.SSLContextException
- All Implemented Interfaces:
Serializable
Exception thrown by Kiwi when error occur creating various security-related objects
such as
SSLContext, KeyStore,
KeyManager, and TrustManager.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSSLContextException(String message) SSLContextException(String message, Throwable cause) SSLContextException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSLContextException
public SSLContextException() -
SSLContextException
-
SSLContextException
-
SSLContextException
-