Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.common.net.SSLException Class Reference

List of all members.

Public Member Functions

 SSLException (Throwable cause)

Detailed Description

This class defines a SSLException

Author:
Marc Wick
Version:
1.0

Definition at line 35 of file SSLException.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.common.net.SSLException.SSLException Throwable  cause  ) 
 

Creates a new SSLException instance.

Parameters:
cause the root cause

Definition at line 43 of file SSLException.java.

00044   {
00045     super(cause);
00046   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:02:02 2005 for C-JDBC by  doxygen 1.3.9.1