com.example.customerservice
Class NoSuchCustomerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NoSuchCustomerException()
           
NoSuchCustomerException(String message)
           
NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)
           
NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
           
NoSuchCustomerException(String message, Throwable cause)
           
 
Method Summary
 NoSuchCustomer getFaultInfo()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

getFaultInfo

public NoSuchCustomer getFaultInfo()


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.