com.pingidentity.sts.clientapi.model
Class SoapFault
java.lang.Object
com.pingidentity.sts.clientapi.model.SoapFault
public class SoapFault
- extends java.lang.Object
Contains information about a SOAP Fault message that can be received back from the STS Server.
Constructor Summary |
SoapFault(org.w3c.dom.Element soapFaultElement)
Creates SoapFault |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SoapFault
public SoapFault(org.w3c.dom.Element soapFaultElement)
- Creates SoapFault
- Parameters:
soapFaultElement
- the SOAPFault element
getDetail
public java.lang.String getDetail()
- Returns:
- the detail
getFaultActor
public java.lang.String getFaultActor()
- Returns:
- the faultactor
getFaultCode
public java.lang.String getFaultCode()
- Returns:
- the faultcode
getFaultString
public java.lang.String getFaultString()
- Returns:
- the faultstring
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.