#include <OtherFaultException.hpp>
Inheritance diagram for OtherFaultException:
Public Methods | |
OtherFaultException () | |
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 | ~OtherFaultException () throw () |
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.
|
Default constructor |
|
Constructor
|
|
Copy constructor
|
|
Copy constructor
|
|
Destructor |
|
Returns the SOAP fault detail
|
|
Assignment operator
|
|
Set SOAP fault detail
|