public class

InstantDownloadException

extends InstantException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.pspdfkit.instant.exceptions.InstantException
           ↳ com.pspdfkit.instant.exceptions.InstantDownloadException

Class Overview

Thrown when there's an error while downloading instant document.

Summary

Public Constructors
InstantDownloadException(String message)
InstantDownloadException(InstantErrorCode errorCode, String message, Integer underlyingError)
[Expand]
Inherited Methods
From class com.pspdfkit.instant.exceptions.InstantException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InstantDownloadException (String message)

public InstantDownloadException (InstantErrorCode errorCode, String message, Integer underlyingError)