Package com.pspdfkit.instant.exceptions
Class InstantSyncException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class InstantSyncException extends InstantException
Thrown when there's an error while syncing annotations with Instant Server (PSPDFKit Document Engine).
-
-
Constructor Summary
Constructors Constructor Description InstantSyncException(String message)
InstantSyncException(String message, Throwable throwable)
InstantSyncException(InstantErrorCode errorCode, String message, Integer underlyingError)
-