FileDocCategorySizeDatePackage
InvalidCompanyId.javaAPI DocApache Axis 1.41206Sat Apr 22 18:57:26 BST 2006test.wsdl.roundtrip

InvalidCompanyId

public class InvalidCompanyId extends Exception
The InvalidCompanyId class is used to test the ability of Java2WSDL to correctly generate faults in the WSDL.
version
1.00 18 Feb 2002
author
Brent Ulbricht

Fields Summary
private int
companyId
private InvalidCompanyId
e
Constructors Summary
public InvalidCompanyId(int companyId)

        this.companyId = companyId;
    
Methods Summary
public intgetCompanyId()

        return this.companyId;