@WebFault(name="NoSuchCustomer",
targetNamespace="http://example.fusesource.org/")
public class NoSuchCustomerFault
extends java.lang.Exception
| Constructor and Description |
|---|
NoSuchCustomerFault() |
NoSuchCustomerFault(java.lang.String message) |
NoSuchCustomerFault(java.lang.String message,
NoSuchCustomer noSuchCustomer) |
NoSuchCustomerFault(java.lang.String message,
NoSuchCustomer noSuchCustomer,
java.lang.Throwable cause) |
NoSuchCustomerFault(java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NoSuchCustomer |
getFaultInfo() |
public NoSuchCustomerFault()
public NoSuchCustomerFault(java.lang.String message)
public NoSuchCustomerFault(java.lang.String message,
java.lang.Throwable cause)
public NoSuchCustomerFault(java.lang.String message,
NoSuchCustomer noSuchCustomer)
public NoSuchCustomerFault(java.lang.String message,
NoSuchCustomer noSuchCustomer,
java.lang.Throwable cause)
public NoSuchCustomer getFaultInfo()
Copyright © 2014 Red Hat. All Rights Reserved.