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

org.objectweb.cjdbc.controller.cache.CacheException Class Reference

List of all members.

Public Member Functions

 CacheException (String message)

Detailed Description

CacheException is an exception that can be thrown by a cache of a C-JDBC Request Manager.

Author:
Emmanuel Cecchet
Version:
1.0

Definition at line 36 of file CacheException.java.


Constructor & Destructor Documentation

org.objectweb.cjdbc.controller.cache.CacheException.CacheException String  message  ) 
 

Creates a new CacheException instance.

Parameters:
message error message

Definition at line 43 of file CacheException.java.

00044   {
00045     super(message);
00046   }


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