Package com.pspdfkit.instant.exceptions
Class InstantDownloadException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InstantDownloadException extends InstantException
Thrown when there's an error while downloading instant document.
-
-
Constructor Summary
Constructors Constructor Description InstantDownloadException(String message)
InstantDownloadException(InstantErrorCode errorCode, String message, Integer underlyingError)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
InstantDownloadException
InstantDownloadException(String message)
-
InstantDownloadException
InstantDownloadException(InstantErrorCode errorCode, String message, Integer underlyingError)
-
-
-
-