public class StateReplacementRefused
Thrown when a participant refuses the proposed state replacement
Constructor and Description |
---|
StateReplacementRefused(Party identity,
StateRef state,
java.lang.String detail)
Thrown when a participant refuses the proposed state replacement
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDetail() |
Party |
getIdentity() |
StateRef |
getState() |
java.lang.String |
toString() |