public class AccountRequiresMemoException
extends java.lang.Exception
Constructor and Description |
---|
AccountRequiresMemoException(java.lang.String message,
java.lang.String accountId,
int operationIndex) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId() |
int |
getOperationIndex() |
public AccountRequiresMemoException(java.lang.String message, java.lang.String accountId, int operationIndex)
message
- error messageaccountId
- the account requiring the memooperationIndex
- the operation where the account is the destination