org.apache.stanbol.entityhub.servicesapi.yard
Class CacheInitialisationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.stanbol.entityhub.servicesapi.yard.CacheInitialisationException
- All Implemented Interfaces:
- Serializable
public class CacheInitialisationException
- extends RuntimeException
Indicates an Exception while the initialisation of a cache. This is usually
the case if the cache is configured to use a Yard that does not include the
required configuration meta data needed to correctly configure the cache.
For errors while performing CRUD operations on the Cache YardExceptions
are used.
- Author:
- Rupert Westenthaler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CacheInitialisationException
public CacheInitialisationException(String reason)
CacheInitialisationException
public CacheInitialisationException(String reason,
Throwable cause)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.