cache4j v0.4 API

net.sf.cache4j
Class CacheException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.cache4j.CacheException
All Implemented Interfaces:
java.io.Serializable

public class CacheException
extends java.lang.Exception

CacheException исключение кидаемое кешем

Version:
$Revision: 1.0 $ $Date:$
Author:
Yuriy Stepovoy. stepovoy@gmail.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
CacheException()
          Конструктор
CacheException(java.lang.String msg)
          Конструктор с указанием сообщения
 
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()
Конструктор


CacheException

public CacheException(java.lang.String msg)
Конструктор с указанием сообщения

Parameters:
msg - сообщение

cache4j v0.4 API

Copyright (c) 2006, Yuriy Stepovoy. All rights reserved. email: stepovoy@gmail.com