cache4j v0.4 API

net.sf.cache4j
Class CacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.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

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