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

Class SSLProtocolException

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


public class SSLProtocolException

extends SSLException

An exception thrown when a fatal protocol error is encountered. This exception usually indicates some serious problem with the local or remote SSL implementation.

Constructor Summary

SSLProtocolException(String message)

An exception thrown when a fatal protocol error is encountered.

Constructor Details

SSLProtocolException

public SSLProtocolException(String message)

An exception thrown when a fatal protocol error is encountered. This exception usually indicates some serious problem with the local or remote SSL implementation.

Parameters: