org.w3c.mwi.mobileok.basic
Class SSLHostnameUnverifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.net.ssl.SSLException
                  extended by org.w3c.mwi.mobileok.basic.SSLHostnameUnverifiedException
All Implemented Interfaces:
java.io.Serializable

public class SSLHostnameUnverifiedException
extends javax.net.ssl.SSLException

Exception thrown when a hostname does not match the names of an X.509 certificate.

Version:
$Revision: 1.1 $
Author:
Francois Daoust
See Also:
HostnameVerifier, Serialized Form

Constructor Summary
SSLHostnameUnverifiedException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SSLHostnameUnverifiedException

SSLHostnameUnverifiedException(java.lang.String message)