Class NoSuchCustomerException

  • All Implemented Interfaces:
    Serializable

    @WebFault(name="NoSuchCustomer",
              targetNamespace="http://service.it.soap.component.quarkus.camel.apache.org/")
    public class NoSuchCustomerException
    extends Exception
    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)