Class InsufficientFundsException

All Implemented Interfaces:
Serializable

public class InsufficientFundsException extends MinFraudException
This exception is thrown when your account does not have sufficient funds to complete the request.
See Also:
  • Constructor Details

    • InsufficientFundsException

      public InsufficientFundsException(String message)
      Parameters:
      message - A message explaining the cause of the error.