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
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSSLKeyException(String reason) Constructs an exception reporting a key management error found by an SSL subsystem.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SSLKeyExceptionConstructs an exception reporting a key management error found by an SSL subsystem.- Parameters:
- reason- describes the problem.
 
 
-