Package akka.cluster.ddata
Class DurableStore.LoadFailed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.cluster.ddata.DurableStore.LoadFailed
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DurableStore
public static class DurableStore.LoadFailed extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoadFailed(java.lang.String message)
LoadFailed(java.lang.String message, java.lang.Throwable cause)
-