public class SOAPFault
extends java.lang.Exception
Constructor and Description |
---|
SOAPFault(java.lang.String faultCode,
java.lang.String faultString)
Create a SOAP Fault with the specified faultcode and faultString
|
SOAPFault(java.lang.String faultCode,
java.lang.String faultString,
java.lang.String actor,
java.lang.String detail)
Create a SOAP Fault with the specified faultcode,faultString,actor and detail
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActor()
Returns the actor of the SOAPFault
|
java.lang.String |
getDetail()
Returns the detail of the SOAPFault
|
java.lang.String |
getFaultCode()
Returns the faultCode of the SOAPFault
|
java.lang.String |
getFaultString()
Returns the faultString of the SOAPFault
|
public SOAPFault(java.lang.String faultCode, java.lang.String faultString, java.lang.String actor, java.lang.String detail)
faultCode
- faultCode of the SOAPFault for example Server.NotImplementedfaultString
- faultString that describes the SOAP Faultactor
- source for the SOAP Faultdetail
- detail Explanation of soap faultpublic SOAPFault(java.lang.String faultCode, java.lang.String faultString)
faultCode
- faultCode of the SOAPFault for example Server.NotImplementedfaultString
- faultString that describes the SOAP Faultpublic java.lang.String getFaultString()
public java.lang.String getFaultCode()
public java.lang.String getActor()
public java.lang.String getDetail()