Class SSLSocketException

All Implemented Interfaces:
Serializable

public class SSLSocketException extends 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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • errcode

      private int errcode
  • 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.
      See Also: