com.octo.android.robospice.persistence.exception
Class CacheLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.octo.android.robospice.persistence.exception.SpiceException
              extended by com.octo.android.robospice.persistence.exception.CacheLoadingException
All Implemented Interfaces:
Serializable

public class CacheLoadingException
extends SpiceException

Exception thrown when a problem occurs while loading data from cache. Those exceptions are not thrown by default in the framework.

Author:
sni
See Also:
Serialized Form

Constructor Summary
CacheLoadingException(String detailMessage)
           
CacheLoadingException(String detailMessage, Throwable throwable)
           
CacheLoadingException(Throwable throwable)
           
 
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

CacheLoadingException

public CacheLoadingException(String detailMessage)

CacheLoadingException

public CacheLoadingException(String detailMessage,
                             Throwable throwable)

CacheLoadingException

public CacheLoadingException(Throwable throwable)


Copyright © 2012-2014. All Rights Reserved.