public class

InstantSyncException

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

Class Overview

Thrown when there's an error while syncing annotations with instant server.

Summary

Public Constructors
InstantSyncException(String message)
InstantSyncException(String message, Throwable throwable)
InstantSyncException(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 InstantSyncException (String message)

public InstantSyncException (String message, Throwable throwable)

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