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

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.CacheSavingException
All Implemented Interfaces:
Serializable

public class CacheSavingException
extends SpiceException

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

Author:
sni
See Also:
Serialized Form

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

CacheSavingException

public CacheSavingException(String detailMessage)

CacheSavingException

public CacheSavingException(String detailMessage,
                            Throwable throwable)

CacheSavingException

public CacheSavingException(Throwable throwable)


Copyright © 2012-2014. All Rights Reserved.