de.tu_darmstadt.sp.ssl
Class SSLeayIdentityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.net.ssl.SSLException
                          |
                          +--de.tu_darmstadt.sp.ssl.SSLeayIdentityException

public class SSLeayIdentityException
extends SSLException

Exception class SSLeayIdentityException signals that XXX

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

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

SSLeayIdentityException

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

SSLeayIdentityException

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