此内容没有您所选择的语言版本。
4.2.14. Fault Message Format
This is the format of a message indicating a fault:
public interface Fault
{
public URI getCode ();
public void setCode (URI code);
public String getReason ();
public void setReason (String reason);
public Throwable getCause ();
public void setCause (Throwable ex);
}