Package io.realm.exceptions
Class DownloadingRealmInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.exceptions.DownloadingRealmInterruptedException
-
- All Implemented Interfaces:
Serializable
public class DownloadingRealmInterruptedException extends RuntimeException
Exception class used when a Realm was interrupted while downloading the initial data set. This can only happen ifSyncConfiguration.Builder.waitForInitialRemoteData()
is set.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DownloadingRealmInterruptedException(SyncConfiguration syncConfig, String message)
DownloadingRealmInterruptedException(SyncConfiguration syncConfig, Throwable exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DownloadingRealmInterruptedException
public DownloadingRealmInterruptedException(SyncConfiguration syncConfig, Throwable exception)
-
DownloadingRealmInterruptedException
public DownloadingRealmInterruptedException(SyncConfiguration syncConfig, String message)
-
-