org.jboss.cache.pojo
Class PojoCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.cache.pojo.PojoCacheException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PojoCacheAlreadyDetachedException
public class PojoCacheException
- extends RuntimeException
Generic PojoCacheException.
- Version:
- $Id: PojoCacheException.java 3851 2007-05-22 02:31:46Z bstansberry $
- Author:
- Ben Wang
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PojoCacheException
public PojoCacheException()
PojoCacheException
public PojoCacheException(String err,
Throwable e)
PojoCacheException
public PojoCacheException(String err)
PojoCacheException
public PojoCacheException(Throwable e)
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.