javax.net.ssl
Class SSLHandshakeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.net.ssl.SSLException
                          |
                          +--javax.net.ssl.SSLHandshakeException

public class SSLHandshakeException
extends SSLException

Version:
$Revision: 1.2 $
Author:
Andrei Popovici
See Also:
Serialized Form

Constructor Summary
SSLHandshakeException()
          Constructs an SSLHandshakeException with no detail message.
SSLHandshakeException(java.lang.String s)
          Constructs an SSLHandshakeException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLHandshakeException

public SSLHandshakeException()
Constructs an SSLHandshakeException with no detail message.

SSLHandshakeException

public SSLHandshakeException(java.lang.String s)
Constructs an SSLHandshakeException with the specified detail message.