org.apache.stanbol.entityhub.servicesapi.yard
Class CacheInitialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CacheInitialisationException(String reason)
           
CacheInitialisationException(String reason, Throwable cause)
           
 
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

CacheInitialisationException

public CacheInitialisationException(String reason)

CacheInitialisationException

public CacheInitialisationException(String reason,
                                    Throwable cause)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.