org.objectweb.cjdbc.controller.cache
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.objectweb.cjdbc.controller.cache.CacheException
All Implemented Interfaces:
java.io.Serializable

public class CacheException
extends java.sql.SQLException

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

Version:
1.0
Author:
Emmanuel Cecchet
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.sql.SQLException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CacheException(java.lang.String message)
          Creates a new CacheException instance.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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

CacheException

public CacheException(java.lang.String message)
Creates a new CacheException instance.

Parameters:
message - error message


Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.