public class SSLSocketException
extends java.net.SocketException
NativeErrcodes,
Serialized Form| Constructor | Description |
|---|---|
SSLSocketException() |
|
SSLSocketException(java.lang.String msg) |
|
SSLSocketException(java.lang.String msg,
int errcode) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getErrcode() |
Returns an error code, as defined in class
org.mozilla.jss.util.NativeErrcodes.
|
public SSLSocketException()
public SSLSocketException(java.lang.String msg)
public SSLSocketException(java.lang.String msg,
int errcode)
public int getErrcode()
NativeErrcodes