PrefetchException


@Profile.ExperimentalUrlPrefetch
public class PrefetchException extends Exception

Known direct subclasses
PrefetchNetworkException

Class for network &server related Exceptions produced by Profile prefetch operations.


Super class for all asynchronous exceptions produced by Profile prefetch operations.

Summary

Public constructors

Inherited fields

From java.lang.Throwable
Throwable
StackTraceElement[]

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

PrefetchException

Added in 1.13.0
public PrefetchException()

PrefetchException

Added in 1.13.0
public PrefetchException(@NonNull String error)