Package akka.persistence.testkit
Class ExpectedRejection$
- java.lang.Object
-
- java.lang.Throwable
-
- akka.persistence.testkit.ExpectedRejection
-
- akka.persistence.testkit.ExpectedRejection$
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpectedRejection$ extends ExpectedRejection
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ExpectedRejection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ExpectedRejection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpectedRejection
getInstance()
-
Methods inherited from class akka.persistence.testkit.ExpectedRejection
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
MODULE$
public static final ExpectedRejection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
getInstance
public ExpectedRejection getInstance()
- Overrides:
getInstance
in classExpectedRejection
-
-