public class ReplayFailureException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private Check |
decoration
The check that failed.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ReplayFailureException(java.lang.String message,
Check d) |
| Modifier and Type | Method and Description |
|---|---|
Check |
getDecoration() |
private static final long serialVersionUID
private final Check decoration
public ReplayFailureException(java.lang.String message,
Check d)
public Check getDecoration()