org.mozilla.jss.ssl

Class SSLSocketException


public class SSLSocketException
extends java.net.SocketException

A subclass of java.net.SocketException that contains an error code from the native (NSS/NSPR) code. These error codes are defined in the class org.mozilla.jss.util.NativeErrcodes.
See Also:
NativeErrcodes

Constructor Summary

SSLSocketException()
SSLSocketException(String msg)
SSLSocketException(String msg, int errcode)

Method Summary

int
getErrcode()
Returns an error code, as defined in class org.mozilla.jss.util.NativeErrcodes.

Constructor Details

SSLSocketException

public SSLSocketException()

SSLSocketException

public SSLSocketException(String msg)

SSLSocketException

public SSLSocketException(String msg,
                          int errcode)

Method Details

getErrcode

public int getErrcode()
Returns an error code, as defined in class org.mozilla.jss.util.NativeErrcodes.