class StateReplacementRefused
Thrown when a participant refuses proposed the state replacement
<init> |
StateReplacementRefused(identity: Party, state: StateRef, detail: String?) Thrown when a participant refuses proposed the state replacement |
detail |
val detail: String? |
identity |
val identity: Party |
state |
val state: StateRef |
toString |
fun toString(): String |