org.jboss.cache.eviction
Class EvictionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.cache.eviction.EvictionException
All Implemented Interfaces:
Serializable

public class EvictionException
extends Exception

Author:
Ben Wang, Feb 11, 2004
See Also:
Serialized Form

Constructor Summary
EvictionException()
           
EvictionException(String msg)
           
EvictionException(String msg, Throwable cause)
           
 
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

EvictionException

public EvictionException()

EvictionException

public EvictionException(String msg)

EvictionException

public EvictionException(String msg,
                         Throwable cause)


Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.