Class: TRequestQueueClosedException

Declaration: RequestProcessor.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TStandardException

Inherited By:

None.

Purpose:

Indicates that the request queue has been closed.

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

None.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TRequestQueueClosedException::TRequestQueueClosedException

TRequestQueueClosedException ()

Interface Category:

API.

Purpose:

Default constructor.

Calling Context:

You can call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TRequestQueueClosedException::~TRequestQueueClosedException

virtual ~ TRequestQueueClosedException ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Called to destroy an object. You can call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TRequestQueueClosedException::Throw

virtual void Throw () const

Interface Category:

API.

Purpose:

Rethrows this exception as the same type.

Calling Context:

You can call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws *this.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.