Class NoSuchCustomerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.quarkus.component.soap.it.service.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
-
-
Field Summary
Fields Modifier and Type Field Description static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSuchCustomerException()NoSuchCustomerException(String message)NoSuchCustomerException(String message, Throwable cause)NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoSuchCustomergetFaultInfo()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NoSuchCustomerException
public NoSuchCustomerException()
-
NoSuchCustomerException
public NoSuchCustomerException(String message)
-
NoSuchCustomerException
public NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)
-
NoSuchCustomerException
public NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
-
-
Method Detail
-
getFaultInfo
public NoSuchCustomer getFaultInfo()
-
-