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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoSuchCustomerException(String message) NoSuchCustomerException(String message, Throwable cause) NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer) NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NoSuchCustomerException
public NoSuchCustomerException() -
NoSuchCustomerException
-
NoSuchCustomerException
-
NoSuchCustomerException
-
NoSuchCustomerException
-
-
Method Details
-
getFaultInfo
-