FileDocCategorySizeDatePackage
PaymentException.javaAPI DocExample241Thu May 16 18:21:16 BST 2002com.titan.processpayment

PaymentException

public class PaymentException extends Exception

Fields Summary
Constructors Summary
public PaymentException()

      super ();
   
public PaymentException(String msg)

      super (msg);
   
Methods Summary