Package 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 3.6.4 2024-11-14T23:26:41.110+13:00 Generated source version: 3.6.4- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchCustomerException()
NoSuchCustomerException(String message)
NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)
NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
NoSuchCustomerException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoSuchCustomer
getFaultInfo()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchCustomerException
public NoSuchCustomerException()
-
NoSuchCustomerException
public NoSuchCustomerException(String message)
-
NoSuchCustomerException
public NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)
-
NoSuchCustomerException
public NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
-
-
Method Detail
-
getFaultInfo
public NoSuchCustomer getFaultInfo()
-
-