java.io.Serializable
public class SoapFaultException
extends java.lang.RuntimeException
Modifier and Type | Field | Description |
---|---|---|
static int |
FAULT_SOAP11 |
Deprecated.
|
static int |
FAULT_SOAP12 |
Deprecated.
|
static int |
FAULT_UNKNOWN |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasDetail() |
Deprecated.
|
boolean |
hasFault() |
Deprecated.
|
boolean |
isCausedBySender() |
Deprecated.
|
void |
setCausedBySender​(boolean senderIsCause) |
Deprecated.
Settes the code in the SoapFault: for Soap 1.2 Sender/Receiver, for Soap 1.1 Client/Server
|
int |
soapFaultVersion() |
Deprecated.
|
public static final int FAULT_UNKNOWN
public static final int FAULT_SOAP11
public static final int FAULT_SOAP12
public boolean hasDetail()
public boolean hasFault()
public boolean isCausedBySender()
public int soapFaultVersion()
public void setCausedBySender​(boolean senderIsCause)
senderIsCause
- if true: Sender (Client for Soap 1.1)
else: Receiver (Server for Soap 1.1)