Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.net.ssl

Class SSLHandshakeException

IOException
|
+--javax.net.ssl.SSLException
   |
   +--javax.net.ssl.SSLHandshakeException


public class SSLHandshakeException

extends SSLException

An exception that signals an error in the SSL handshake phase.

Constructor Summary

SSLHandshakeException(String message)

An exception that signals an error in the SSL handshake phase.

Constructor Details

SSLHandshakeException

public SSLHandshakeException(String message)

An exception that signals an error in the SSL handshake phase.

Parameters: