Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | SSLHandshakeException(String
describes the problem. reason)Constructs an exception reporting an error found by an SSL subsystem during handshaking. |
public | SSLHandshakeException(String
the detail message (which is saved for later retrieval
by the message, Throwable getMessage() method).the cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Creates a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides javax. |
SSLHandshakeException | back to summary |
---|---|
public SSLHandshakeException(String reason) Constructs an exception reporting an error found by an SSL subsystem during handshaking.
|
SSLHandshakeException | back to summary |
---|---|
public SSLHandshakeException(String message, Throwable cause) Creates a
|