public class SoapFaultDetails extends Object
| Constructor and Description |
|---|
SoapFaultDetails() |
| Modifier and Type | Method and Description |
|---|---|
protected ServiceError |
getErrorCode()
Gets the error code.
|
Map<String,String> |
getErrorDetails()
Gets the error details.
|
protected String |
getExceptionType()
Gets the exception type.
|
protected String |
getFaultActor()
Gets the fault actor.
|
protected String |
getFaultCode()
Gets the fault code.
|
String |
getFaultString()
Gets the fault string.
|
protected int |
getLineNumber()
Gets the line number.
|
protected String |
getMessage()
Gets the message.
|
protected int |
getPositionWithinLine()
Gets the position within line.
|
ServiceError |
getResponseCode()
Gets the response code.
|
static SoapFaultDetails |
parse(EwsXmlReader reader,
XmlNamespace soapNamespace)
Parses the.
|
protected void |
setErrorCode(ServiceError errorCode)
Sets the error code.
|
protected void |
setErrorDetails(Map<String,String> errorDetails)
Sets the error details.
|
protected void |
setExceptionType(String exceptionType)
Sets the exception type.
|
protected void |
setFaultActor(String faultActor)
Sets the fault actor.
|
protected void |
setFaultCode(String faultCode)
Sets the fault code.
|
protected void |
setFaultString(String faultString)
Sets the fault string.
|
protected void |
setLineNumber(int lineNumber)
Sets the line number.
|
protected void |
setMessage(String message)
Sets the message.
|
protected void |
setPositionWithinLine(int positionWithinLine)
Sets the position within line.
|
protected void |
setResponseCode(ServiceError responseCode)
Sets the response code.
|
public SoapFaultDetails()
public static SoapFaultDetails parse(EwsXmlReader reader, XmlNamespace soapNamespace) throws Exception
reader - the readersoapNamespace - the soap namespaceException - the exceptionprotected String getFaultCode()
protected void setFaultCode(String faultCode)
faultCode - the new fault codepublic String getFaultString()
protected void setFaultString(String faultString)
faultString - the new fault stringprotected String getFaultActor()
protected void setFaultActor(String faultActor)
faultActor - the new fault actorpublic ServiceError getResponseCode()
protected void setResponseCode(ServiceError responseCode)
responseCode - the new response codeprotected String getMessage()
protected void setMessage(String message)
message - the new messageprotected ServiceError getErrorCode()
protected void setErrorCode(ServiceError errorCode)
errorCode - the new error codeprotected String getExceptionType()
protected void setExceptionType(String exceptionType)
exceptionType - the new exception typeprotected int getLineNumber()
protected void setLineNumber(int lineNumber)
lineNumber - the new line numberprotected int getPositionWithinLine()
protected void setPositionWithinLine(int positionWithinLine)
positionWithinLine - the new position within linepublic Map<String,String> getErrorDetails()
protected void setErrorDetails(Map<String,String> errorDetails)
errorDetails - the error detailsCopyright © 2012–2015 Microsoft. All rights reserved.