org.jboss.cache.pojo
Class PojoCacheException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.pojo.PojoCacheException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PojoCacheAlreadyDetachedException

public class PojoCacheException
extends java.lang.RuntimeException

Generic PojoCacheException.

Version:
$Id: PojoCacheException.java,v 1.2 2007/05/22 02:31:46 bstansberry Exp $
Author:
Ben Wang
See Also:
Serialized Form

Constructor Summary
PojoCacheException()
           
PojoCacheException(java.lang.String err)
           
PojoCacheException(java.lang.String err, java.lang.Throwable e)
           
PojoCacheException(java.lang.Throwable e)
           
 
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

PojoCacheException

public PojoCacheException()

PojoCacheException

public PojoCacheException(java.lang.String err,
                          java.lang.Throwable e)

PojoCacheException

public PojoCacheException(java.lang.String err)

PojoCacheException

public PojoCacheException(java.lang.Throwable e)