Class NoSuchCustomerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.quarkus.component.soap.it.multipart.NoSuchCustomerException
All Implemented Interfaces:
Serializable

@WebFault(name="NoSuchCustomer", targetNamespace="http://multipart.it.soap.component.quarkus.camel.apache.org/") public class NoSuchCustomerException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • 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 Details