public class TransactionStatusException
extends java.lang.RuntimeException
Constructor and Description |
---|
TransactionStatusException(java.lang.Throwable caller,
TransactionStatusError statusError) |
Modifier and Type | Method and Description |
---|---|
TransactionStatusError |
getStatusError() |
public TransactionStatusException(java.lang.Throwable caller, TransactionStatusError statusError)
caller
- the exception of the transaction caller.statusError
- the status error message sent to the listener via web socket.public TransactionStatusError getStatusError()