com.octo.android.robospice.persistence.exception
Class SpiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.octo.android.robospice.persistence.exception.SpiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CacheCreationException, CacheLoadingException, CacheSavingException, KeySanitationExcepion, NetworkException, NoNetworkException, RequestCancelledException
public class SpiceException
- extends Exception
Super class of all exceptions in RoboSpice.
- Author:
- sni
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SpiceException
public SpiceException(String detailMessage)
SpiceException
public SpiceException(String detailMessage,
Throwable throwable)
SpiceException
public SpiceException(Throwable throwable)
Copyright © 2012-2014. All Rights Reserved.