com.octo.android.robospice.exception
Class RequestCancelledException

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

public class RequestCancelledException
extends SpiceException

Exception thrown when a problem occurs while retrieving data from network.

Author:
sni
See Also:
Serialized Form

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

RequestCancelledException

public RequestCancelledException(String detailMessage)

RequestCancelledException

public RequestCancelledException(String detailMessage,
                                 Throwable throwable)

RequestCancelledException

public RequestCancelledException(Throwable throwable)


Copyright © 2012-2014. All Rights Reserved.