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

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

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

SpiceException

public SpiceException(String detailMessage)

SpiceException

public SpiceException(String detailMessage,
                      Throwable throwable)

SpiceException

public SpiceException(Throwable throwable)


Copyright © 2012-2014. All Rights Reserved.