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-09-19T23:31:43.811+12: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)