javax.net.ssl

Class SSLException

Known Direct Subclasses:
SSLHandshakeException, SSLKeyException, SSLPeerUnverifiedException, SSLProtocolException

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)

Constructor Summary

SSLException(String message)

Constructor Details

SSLException

public SSLException(String message)