FileDocCategorySizeDatePackage
CacheException.javaAPI DocExample1091Wed Aug 25 19:54:50 BST 2004com.oreilly.strutsckbk.ch10

CacheException

public class CacheException extends Exception
author
Bill Siggelkow TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Fields Summary
Constructors Summary
public CacheException()

        super();
        // TODO Auto-generated constructor stub
    
public CacheException(String arg0)

param
arg0

        super(arg0);
        // TODO Auto-generated constructor stub
    
public CacheException(Throwable arg0)

param
arg0

        super(arg0);
        // TODO Auto-generated constructor stub
    
public CacheException(String arg0, Throwable arg1)

param
arg0
param
arg1

        super(arg0, arg1);
        // TODO Auto-generated constructor stub
    
Methods Summary