de.tu_darmstadt.sp.ssl
Class SSLeayRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--de.tu_darmstadt.sp.ssl.SSLeayRuntimeException

public class SSLeayRuntimeException
extends java.lang.RuntimeException

Exception class SSLeayRuntimeExeption signals that a runtime exception occured inside SSLeay

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

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

SSLeayRuntimeException

public SSLeayRuntimeException()
Constructs an SSLeayRuntimeExeption with no detail message.

SSLeayRuntimeException

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