Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
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:

Constructor Summary

SSLException(String message)

The superclass of all possible SSL exceptions.

Constructor Details

SSLException

public SSLException(String message)

The superclass of all possible SSL exceptions. Usually, a specific exception is thrown instead of this exception.

Author:Parameters: