@WebFault(name="NoSuchCustomer", targetNamespace="http://customerservice.example.org/") public class NoSuchCustomerException extends Exception
| Constructor and Description |
|---|
NoSuchCustomerException() |
NoSuchCustomerException(String message) |
NoSuchCustomerException(String message,
NoSuchCustomer noSuchCustomer) |
NoSuchCustomerException(String message,
NoSuchCustomer noSuchCustomer,
Throwable cause) |
NoSuchCustomerException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NoSuchCustomer |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchCustomerException()
public NoSuchCustomerException(String message)
public NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer)
public NoSuchCustomerException(String message, NoSuchCustomer noSuchCustomer, Throwable cause)
public NoSuchCustomer getFaultInfo()
Copyright © 2015 WSO2 Inc. All rights reserved.