当前页面:
在线文档首页 >
JBoss 3.2.7 Cache API Documentation 英文版文档
CacheException (JBoss Cache API) - JBoss 3.2.7 Cache API Documentation 英文版文档
org.jboss.cache
Class CacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.util.NestedException
org.jboss.cache.CacheException
- All Implemented Interfaces:
- org.jboss.util.NestedThrowable, Serializable
- Direct Known Subclasses:
- KeyNotExistsException, LockingException, NodeNotExistsException, TimeoutException
- public class CacheException
- extends org.jboss.util.NestedException
CacheException, mother of all cache exceptions
- Version:
- $Revision: 1.9.2.6 $
Revisions:
Dec 27 2002 Bela Ban: first implementation
Jan 20 2003 Bela Ban: extend NestedException (otherwise build with JDK 1.3 fails)
- Author:
- Bela Ban.
- See Also:
- Serialized Form
Nested classes inherited from class org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
Fields inherited from class org.jboss.util.NestedException |
nested |
Fields inherited from interface org.jboss.util.NestedThrowable |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Methods inherited from class org.jboss.util.NestedException |
getCause, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace |
CacheException
public CacheException()
CacheException
public CacheException(String msg)
CacheException
public CacheException(String msg,
Throwable cause)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.