24 #ifndef KDSOAPFAULTEXCEPTION_H
25 #define KDSOAPFAULTEXCEPTION_H
28 #include "KDSoapValue.h"
56 QString faultCode()
const;
62 void setFaultCode(
const QString &faultCode);
67 QString faultString()
const;
73 void setFaultString(
const QString &faultString);
78 QString faultActor()
const;
84 void setFaultActor(
const QString &faultActor);
97 void setDetailValue(
const KDSoapValue &detailValue);
116 KDSoapFaultException(
const QString &faultCode,
const QString &faultString,
const QString &faultActor = QString());
130 QSharedDataPointer<Private> d;
133 #endif // KDSOAPFAULTEXCEPTION_H
Definition: KDSoapValue.h:61
Definition: KDSoapFaultException.h:38