Package nablarch.core.util.map
Class CopyOnReadMap.SnapshotCreationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
nablarch.core.util.map.CopyOnReadMap.SnapshotCreationError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CopyOnReadMap<K,
V>
マップ内にserialize不可能なオブジェクトが存在するなどの理由により、
スナップショットの作成に失敗したことを表す実行じ例外。
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SnapshotCreationError
コンストラクタ。- Parameters:
e
- 起因例外
-