com.compoundtheory.objectcache
Class ObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoundtheory.objectcache.ObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ObjectNotFoundException
extends java.lang.Exception

Exception that is thrown when an Object cannot be found in the cache

Author:
Mark Mandel
See Also:
Serialized Form

Constructor Summary
ObjectNotFoundException()
          Default constructor.
ObjectNotFoundException(java.lang.String msg)
          ObjectNotFound exception with a mesasge
 
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

ObjectNotFoundException

public ObjectNotFoundException()
Default constructor. Has the message 'Object not found'


ObjectNotFoundException

public ObjectNotFoundException(java.lang.String msg)
ObjectNotFound exception with a mesasge

Parameters:
msg -