public class SSLHandshakeException extends SSLException
Constructor and Description |
---|
SSLHandshakeException(String reason)
Constructs a new instance with the given detail message.
|
SSLHandshakeException(String reason,
Throwable cause)
Constructs a new instance with given detail message and cause.
|
SSLHandshakeException(Throwable cause)
Constructs a new instance with given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString