パッケージ io.realm.Exceptions
クラスダウンロードRealmInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.realm.例外.ダウンロードRealmInterruptedException
-
- すべての実装インターフェース:
Serializable
public class DownloadingRealmInterruptedException extends RuntimeException
初期データセットのダウンロード中に Realm が中断されたときに使用される例外クラス。 これは、SyncConfiguration.Builder.waitForInitialRemoteData()
が設定されている場合にのみ発生します。- 以下も参照してください。
- 直列化された形式
-
-
コンストラクターの概要
コンストラクター Constructor 説明 DownloadingRealmInterruptedException(SyncConfiguration syncConfig, String message)
DownloadingRealmInterruptedException(SyncConfiguration syncConfig, Throwable exception)
-
メソッドの概要
-
クラス java.lang から継承されたメソッド。スロー可能
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
コンストラクターの詳細
-
RealmInterruptedException
public DownloadingRealmInterruptedException( SyncConfiguration syncConfig 、スロー可能な例外)
-
RealmInterruptedException
public DownloadingRealmInterruptedException]( SyncConfiguration syncConfig、 stringメッセージ)
-
-