|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.core.exceptions.ExceptionFactory
public final class ExceptionFactory
Factory to help creation of CacheLoadingException and CacheWritingException.
| Method Summary | |
|---|---|
static CacheLoadingException |
newCacheLoadingException(java.lang.Exception e)
Creates a new CacheLoadingException with the provided exception as cause. |
static CacheWritingException |
newCacheWritingException(java.lang.Exception e)
Creates a new CacheWritingException with the provided exception as cause. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CacheWritingException newCacheWritingException(java.lang.Exception e)
CacheWritingException with the provided exception as cause.
e - the cause
public static CacheLoadingException newCacheLoadingException(java.lang.Exception e)
CacheLoadingException with the provided exception as cause.
e - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||