public class AccountRequiresMemoException extends SdkException
Constructor and Description |
---|
AccountRequiresMemoException(java.lang.String message,
java.lang.String accountId,
int operationIndex) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
the account requiring the memo *
|
int |
getOperationIndex()
the operation where the account is the destination *
|
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