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:
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

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