public class WrongExpectedVersionException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
StreamState |
getActualState()
Returns the actual stream state when the check was performed.
|
StreamState |
getExpectedState()
Returns the expected stream state by the request.
|
java.lang.String |
getStreamName()
Returns on which stream the error occurred.
|
public java.lang.String getStreamName()
public StreamState getExpectedState()
public StreamState getActualState()