javax.net.ssl
Class SSLProtocolException

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

public class SSLProtocolException
extends java.io.IOException

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

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

SSLProtocolException

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

SSLProtocolException

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