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
public class SSLContextException extends RuntimeException
Exception thrown by Kiwi when error occur creating various security-related objects such asSSLContext,KeyStore,KeyManager, andTrustManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SSLContextException()SSLContextException(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
-
-