org.jboss.cache.pojo
Class PojoCacheAlreadyDetachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.cache.pojo.PojoCacheException
org.jboss.cache.pojo.PojoCacheAlreadyDetachedException
- All Implemented Interfaces:
- java.io.Serializable
public class PojoCacheAlreadyDetachedException
- extends PojoCacheException
Thrown when the POJO has already detached from the cache store by the remote side, but user
is still trying to access it via the cache interceptor.
- Version:
- $Id: PojoCacheAlreadyDetachedException.java,v 1.2 2007/05/22 04:16:07 bstansberry Exp $
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PojoCacheAlreadyDetachedException
public PojoCacheAlreadyDetachedException()
PojoCacheAlreadyDetachedException
public PojoCacheAlreadyDetachedException(java.lang.String err,
java.lang.Throwable e)
PojoCacheAlreadyDetachedException
public PojoCacheAlreadyDetachedException(java.lang.String err)
PojoCacheAlreadyDetachedException
public PojoCacheAlreadyDetachedException(java.lang.Throwable e)