Package akka.persistence.testkit
Class StorageFailure$
- java.lang.Object
-
- akka.persistence.testkit.StorageFailure$
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageFailure$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StorageFailure$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description StorageFailure$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
$lessinit$greater$default$1()
StorageFailure
apply(java.lang.Throwable error)
java.lang.Throwable
apply$default$1()
StorageFailure
create()
StorageFailure
create(java.lang.Throwable error)
scala.Option<java.lang.Throwable>
unapply(StorageFailure x$0)
-
-
-
Field Detail
-
MODULE$
public static final StorageFailure$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
$lessinit$greater$default$1
public java.lang.Throwable $lessinit$greater$default$1()
-
create
public StorageFailure create(java.lang.Throwable error)
-
create
public StorageFailure create()
-
apply
public StorageFailure apply(java.lang.Throwable error)
-
apply$default$1
public java.lang.Throwable apply$default$1()
-
unapply
public scala.Option<java.lang.Throwable> unapply(StorageFailure x$0)
-
-