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

TransactionListenerException

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

Fields Summary
Constructors Summary
public TransactionListenerException()

        super();
    
public TransactionListenerException(String message)

        super(message);
    
Methods Summary