javax.net.ssl
public class: SSLKeyException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
javax.net.ssl.SSLKeyException
All Implemented Interfaces:
Serializable
Reports a bad SSL key. Normally, this indicates misconfiguration
of the server or client SSL certificate and private key.
- since:
1.4
-
- author:
David
- Brownell
Constructor: |
public SSLKeyException(String reason) {
super(reason);
}
Constructs an exception reporting a key management error
found by an SSL subsystem. Parameters:
reason - describes the problem.
|
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |