Package org.mozilla.jss.ssl
Class SSLSocketException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.SocketException
org.mozilla.jss.ssl.SSLSocketException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an error code, as defined in classorg.mozilla.jss.util.NativeErrcodes
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SSLSocketException
public SSLSocketException() -
SSLSocketException
-
SSLSocketException
-
-
Method Details
-
getErrcode
public int getErrcode()Returns an error code, as defined in classorg.mozilla.jss.util.NativeErrcodes
.- See Also:
-