|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.ehcache.annotations.CacheException
com.googlecode.ehcache.annotations.CacheNotFoundException
public class CacheNotFoundException
Raised when no cache can be found with the specified name.
| Constructor Summary | |
|---|---|
CacheNotFoundException(java.lang.String cacheName)
Creates a CacheNotFoundException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCacheName()
|
| 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 |
|---|
public CacheNotFoundException(java.lang.String cacheName)
CacheNotFoundException.
cacheName - the name of the cache that could be found| Method Detail |
|---|
public java.lang.String getCacheName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||