public static class

PriorityNetworkFetcher.NonrecoverableException

extends Throwable
java.lang.Object
   ↳ java.lang.Throwable
     ↳ com.facebook.imagepipeline.producers.PriorityNetworkFetcher.NonrecoverableException

Class Overview

The delegate fetcher may pass an instance of this exception to its callback's onFailure to signal to a PriorityNetworkFetcher that it shouldn't retry that request.

This is useful for e.g., requests that fail due to HTTP 403: there's no point in retrying them, usually.

Summary

Public Constructors
NonrecoverableException(String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NonrecoverableException (String message)