FileDocCategorySizeDatePackage
TransactionFeatureException.javaAPI DocphoneME MR2 API (J2ME)1515Wed May 02 18:00:44 BST 2007javax.microedition.payment

TransactionFeatureException

public class TransactionFeatureException extends Exception
This class is defined by the JSR-229 specification Payment API (PAPI), Version 1.0.0

Fields Summary
Constructors Summary
public TransactionFeatureException()

        super();
    
public TransactionFeatureException(String message)

        super(message);
    
Methods Summary