public class SOAPFaultException extends SOAPException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
private Fault |
soapFault
The fault that caused this exception.
|
| Constructor and Description |
|---|
SOAPFaultException()
Constructor.
|
SOAPFaultException(java.lang.Exception wrappedException)
Constructor.
|
SOAPFaultException(java.lang.String message)
Constructor.
|
SOAPFaultException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Fault |
getFault()
Gets the fault that caused the exception.
|
void |
setFault(Fault fault)
Sets the fault that caused the exception.
|
private static final long serialVersionUID
private Fault soapFault
public SOAPFaultException()
public SOAPFaultException(@Nullable
java.lang.String message)
message - exception messagepublic SOAPFaultException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic SOAPFaultException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one