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

Class SSLPeerUnverifiedException

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


public class SSLPeerUnverifiedException

extends SSLException

An exception thrown when the remote peer could not be verified.

Constructor Summary

SSLPeerUnverifiedException(String message)

An exception thrown when the remote peer could not be verified.

Constructor Details

SSLPeerUnverifiedException

public SSLPeerUnverifiedException(String message)

An exception thrown when the remote peer could not be verified.

Parameters: