javax.net.ssl
Class SSLKeyException

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

public class SSLKeyException
extends SSLException

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

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

SSLKeyException

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

SSLKeyException

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