public class AlreadyExecutedException
extends java.lang.Exception
Constructor and Description |
---|
AlreadyExecutedException(byte[] preImageHash,
java.lang.String message)
General exception indicating that something went wrong internally
not due to client request.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getPreImageHash() |
public AlreadyExecutedException(byte[] preImageHash, java.lang.String message)
preImageHash
- of related already executed invoice.message
- descriptive message.