# Print output for @column tags ?> SSLKeyException - Android SDK | Android Developers

Most visited

Recently visited

SSLKeyException

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


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.

Inherited methods

Public constructors

SSLKeyException

public SSLKeyException (String reason)

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

Parameters
reason String: describes the problem.