com.evanmclean.evlib.cache
Class CacheExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evanmclean.evlib.cache.CacheExistsException
All Implemented Interfaces:
Serializable

public class CacheExistsException
extends Exception

Thrown by CacheManager.getCache(String) if the requested cache does not exist.

Author:
Evan McLean McLean Computer Services (see the overview for copyright and licensing.)
See Also:
Serialized Form

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