#include <OtherFaultException.hpp>
Inheritance diagram for OtherFaultException:
Public Member Functions | |
OtherFaultException (const AxisChar *code, const AxisChar *string, const AxisChar *actor, const AxisChar *detail, int exceptionCode) | |
OtherFaultException (AxisException &ae) | |
OtherFaultException (const OtherFaultException ©) | |
virtual OtherFaultException & | operator= (OtherFaultException other) |
virtual const AxisChar * | getFaultDetail () const |
virtual void | setFaultDetail (const AxisChar *detail) |
An exception thrown back to a client application that represents a soap fault generated by the server.