javax.net.ssl
Class SSLHandshakeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
javax.net.ssl.SSLException
javax.net.ssl.SSLHandshakeException
- All Implemented Interfaces:
- java.io.Serializable
- public class SSLHandshakeException
- extends SSLException
An exception that signals an error in the SSL handshake phase.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SSLHandshakeException
public SSLHandshakeException(java.lang.String message)