Class AccountRequiresMemoException

All Implemented Interfaces:
Serializable

public class AccountRequiresMemoException extends SdkException
AccountRequiresMemoException is thrown when a transaction is trying to submit an operation to an account which requires a memo.
See Also:
  • Constructor Details

    • AccountRequiresMemoException

      public AccountRequiresMemoException(String message, String accountId, int operationIndex)
      Parameters:
      message - error message
      accountId - the account requiring the memo
      operationIndex - the operation where the account is the destination
  • Method Details

    • getAccountId

      public String getAccountId()
      the account requiring the memo *
    • getOperationIndex

      public int getOperationIndex()
      the operation where the account is the destination *