FileDocCategorySizeDatePackage
InsuffPaymentException.javaAPI DocExample471Thu Feb 17 20:01:22 GMT 2000ProblemDomain

InsuffPaymentException

public class InsuffPaymentException extends RuntimeException

Fields Summary
Constructors Summary
public InsuffPaymentException()

        super();
    
public InsuffPaymentException(String s)

        super(s);
    
Methods Summary