Class sun.security.ssl.SSLKeyError
All Packages Class Hierarchy This Package Previous Next Index
Class sun.security.ssl.SSLKeyError
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----sun.security.ssl.SSLException
|
+----sun.security.ssl.SSLKeyError
- public class SSLKeyError
- extends SSLException
Reports a bad SSL key. Normally, this indicates misconfiguration
of the server or client SSL certificate and private key.
All Packages Class Hierarchy This Package Previous Next Index