javax.net.ssl
Class SSLException
IOException
|
+--javax.net.ssl.SSLException
public class SSLException
extends IOException
The superclass of all possible SSL exceptions. Usually, a specific
exception is thrown instead of this exception.
Author:- Casey Marshall (rsdio@metastatic.org)
SSLException
public SSLException(String message)
The superclass of all possible SSL exceptions. Usually, a specific
exception is thrown instead of this exception.
Author:- Casey Marshall (rsdio@metastatic.org)
Parameters: