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 Manager.

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

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.sql.SQLException
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CacheException

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

Parameters:
message - error message


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