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:
    Serialized Form
    • Constructor Detail

      • InsufficientFundsException

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