javax.net.ssl
Class SSLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.net.ssl.SSLException
Direct Known Subclasses:
SSLeayIdentityException, SSLHandshakeException, SSLKeyException, SSLPeerUnverifiedException

public class SSLException
extends java.io.IOException

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

Constructor Summary
SSLException()
          Constructs an SSLException with no detail message.
SSLException(java.lang.String s)
          Constructs an SSLException 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

SSLException

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

SSLException

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