public class

SSLKeyException

extends SSLException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ javax.net.ssl.SSLException
           ↳ javax.net.ssl.SSLKeyException

Class Overview

Reports a bad SSL key. Normally, this indicates misconfiguration of the server or client SSL certificate and private key.

Summary

Public Constructors
SSLKeyException(String reason)
Constructs an exception reporting a key management error found by an SSL subsystem.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SSLKeyException (String reason)

Constructs an exception reporting a key management error found by an SSL subsystem.

Parameters
reason describes the problem.