ostore.cache
Class CastOutException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.cache.CastOutException
All Implemented Interfaces:
Serializable

public class CastOutException
extends Exception

Thrown when an element has been kicked out of the cache

See Also:
Serialized Form

Constructor Summary
CastOutException(String msg)
           
 
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

CastOutException

public CastOutException(String msg)