AccountTransferException

  • AccountTransferException is an Exception thrown in case of error during account transfer operations.

  • It extends ApiException.

  • It has a protected final field mStatus inherited from ApiException.

  • It has one public constructor that takes a Status object as an argument.

  • It inherits methods from ApiException, Throwable, and Object.

public class AccountTransferException extends ApiException

An Exception thrown in case of error during account transfer operations.

Inherited Field Summary

Public Constructor Summary

Inherited Method Summary

Public Constructors

public AccountTransferException (Status status)