Class SSLContextException

All Implemented Interfaces:
Serializable

public class SSLContextException extends RuntimeException
Exception thrown by Kiwi when error occur creating various security-related objects such as SSLContext, KeyStore, KeyManager, and TrustManager.
See Also:
  • Constructor Details

    • SSLContextException

      public SSLContextException()
    • SSLContextException

      public SSLContextException(String message)
    • SSLContextException

      public SSLContextException(String message, Throwable cause)
    • SSLContextException

      public SSLContextException(Throwable cause)