javax.net.ssl
Class SSLPeerUnverifiedException

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

public class SSLPeerUnverifiedException
extends SSLException

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

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

SSLPeerUnverifiedException

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

SSLPeerUnverifiedException

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