Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Examples  

OtherFaultException Class Reference

A server-generated soap fault exception. More...

#include <OtherFaultException.hpp>

Inheritance diagram for OtherFaultException:

SoapFaultException AxisException List of all members.

Public Methods

 OtherFaultException ()
 OtherFaultException (const AxisChar *code, const AxisChar *string, const AxisChar *actor, const AxisChar *detail, int exceptionCode)
 OtherFaultException (AxisException &ae)
 OtherFaultException (const OtherFaultException &copy)
virtual OtherFaultException & operator= (OtherFaultException other)
virtual ~OtherFaultException () throw ()
virtual const AxisChar * getFaultDetail () const
virtual void setFaultDetail (const AxisChar *detail)

Detailed Description

A server-generated soap fault exception.

An exception thrown back to a client application that represents a soap fault generated by the server.

Author:
Mark Whitlock


Constructor & Destructor Documentation

OtherFaultException::OtherFaultException  
 

Default constructor

OtherFaultException::OtherFaultException const AxisChar *    code,
const AxisChar *    string,
const AxisChar *    actor,
const AxisChar *    detail,
int    exceptionCode
 

Constructor

Parameters:
code  is the SOAP faultcode
string  is the SOAP faultstring
actor  is the SOAP faultactor
detail  is the SOAP fault detail
exceptionCode  is the axis exception code

OtherFaultException::OtherFaultException AxisException   ae
 

Copy constructor

Parameters:
ae  is the AxisException to be copied

OtherFaultException::OtherFaultException const OtherFaultException &    copy
 

Copy constructor

Parameters:
copy  is the OtherFaultException to be copied

virtual OtherFaultException::~OtherFaultException   throw () [virtual]
 

Destructor


Member Function Documentation

virtual const AxisChar* OtherFaultException::getFaultDetail   [virtual]
 

Returns the SOAP fault detail

Returns:
fault detail

virtual OtherFaultException& OtherFaultException::operator= OtherFaultException    other [virtual]
 

Assignment operator

Parameters:
other  is the OtherFaultException to be copied
Returns:
reference to this

virtual void OtherFaultException::setFaultDetail const AxisChar *    detail [virtual]
 

Set SOAP fault detail

Parameters:
detail  is the SOAP fault detail


The documentation for this class was generated from the following file:
Generated on Fri Mar 3 01:12:36 2006 for AxisC++ by doxygen1.2.18