类 DownloadingRealmInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.Exceptions.DownloadingRealmInterruptedException
-
- 所有已实现的接口:
Serializable
public class DownloadingRealmInterruptedException extends RuntimeException
当 Realm 在下载初始数据集时中断时使用的异常类。 这只有在设置了SyncConfiguration.Builder.waitForInitialRemoteData()
的情况下才会发生。- 另请参阅:
- 序列化表单
-
-
构造函数摘要
构造函数 Constructor 说明 DownloadingRealmInterruptedException(SyncConfiguration syncConfig, String message)
DownloadingRealmInterruptedException(SyncConfiguration syncConfig, Throwable exception)
-
方法摘要
-
-
-
构造函数详细信息
-
DownloadingRealmInterruptedException
公共 DownloadingRealmInterruptedException( SyncConfiguration syncConfig, Throwable异常)
-
DownloadingRealmInterruptedException
public DownloadingRealmInterruptedException( SyncConfiguration syncConfig, String message)
-
-