Class ExpectedRejection$
java.lang.Object
java.lang.Throwable
org.apache.pekko.persistence.testkit.ExpectedRejection
org.apache.pekko.persistence.testkit.ExpectedRejection$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpectedRejection$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.persistence.testkit.ExpectedRejection
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ExpectedRejection$
public ExpectedRejection$()
-
-
Method Details
-
getInstance
- Overrides:
getInstance
in classExpectedRejection
-