Class sun.security.ssl.SSLHandshakeFailure
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.security.ssl.SSLHandshakeFailure

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----sun.security.ssl.SSLException
                                   |
                                   +----sun.security.ssl.SSLHandshakeFailure

public class SSLHandshakeFailure
extends SSLException
Indicates that the client and server could not negotiate the desired level of security. The connection is no longer usable.

All Packages  Class Hierarchy  This Package  Previous  Next  Index