com.example.customerservice
Class NoSuchCustomerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.example.customerservice.NoSuchCustomerException
- All Implemented Interfaces:
- Serializable
@WebFault(name="NoSuchCustomer",
targetNamespace="http://customerservice.example.com/")
public class NoSuchCustomerException- extends Exception
This class was generated by Apache CXF 2.6.1
2012-09-28T23:49:16.297+12:00
Generated source version: 2.6.1
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchCustomerException
public NoSuchCustomerException()
NoSuchCustomerException
public NoSuchCustomerException(String message)
NoSuchCustomerException
public NoSuchCustomerException(String message,
Throwable cause)
NoSuchCustomerException
public NoSuchCustomerException(String message,
NoSuchCustomer noSuchCustomer)
NoSuchCustomerException
public NoSuchCustomerException(String message,
NoSuchCustomer noSuchCustomer,
Throwable cause)
getFaultInfo
public NoSuchCustomer getFaultInfo()
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.