Class 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.6 2025-10-13T23:33:00.843+13:00 Generated source version: 3.6.6
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchCustomerException

        public NoSuchCustomerException()
      • NoSuchCustomerException

        public NoSuchCustomerException​(String message)
      • NoSuchCustomerException

        public NoSuchCustomerException​(String message,
                                       Throwable cause)
      • NoSuchCustomerException

        public NoSuchCustomerException​(String message,
                                       NoSuchCustomer noSuchCustomer)