Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceGrid::AllocationTimeoutException Class Reference

This exception is raised if the request to allocate an object times out. More...

#include <IceGrid/IceGrid.h>

Inheritance diagram for IceGrid::AllocationTimeoutException:
Collaboration diagram for IceGrid::AllocationTimeoutException:

Public Member Functions

 AllocationTimeoutException ()=default
 AllocationTimeoutException (const ::std::string &reason)
 One-shot constructor to initialize all data members.
 AllocationTimeoutException (const AllocationTimeoutException &)=default
std::tuple< const ::std::string & > ice_tuple () const
 Obtains a tuple containing all of the exception's data members.
virtual ~AllocationTimeoutException ()
Public Member Functions inherited from Ice::UserExceptionHelper< AllocationTimeoutException, AllocationException >
virtual std::string ice_id () const override
Public Member Functions inherited from IceUtil::ExceptionHelper< AllocationTimeoutException, AllocationException >
std::unique_ptr< AllocationTimeoutException > ice_clone () const
virtual void ice_throw () const override
 Throws this exception.

Static Public Member Functions

static const ::std::string & ice_staticId ()
 Obtains the Slice type ID of this exception.

Detailed Description

This exception is raised if the request to allocate an object times out.

Constructor & Destructor Documentation

◆ ~AllocationTimeoutException()

virtual IceGrid::AllocationTimeoutException::~AllocationTimeoutException ( )
virtual

◆ AllocationTimeoutException() [1/3]

IceGrid::AllocationTimeoutException::AllocationTimeoutException ( const AllocationTimeoutException & )
default

◆ AllocationTimeoutException() [2/3]

IceGrid::AllocationTimeoutException::AllocationTimeoutException ( )
default

◆ AllocationTimeoutException() [3/3]

IceGrid::AllocationTimeoutException::AllocationTimeoutException ( const ::std::string & reason)
inline

One-shot constructor to initialize all data members.

Parameters
reasonThe reason why the object couldn't be allocated.

Member Function Documentation

◆ ice_staticId()

const ::std::string & IceGrid::AllocationTimeoutException::ice_staticId ( )
static

Obtains the Slice type ID of this exception.

Returns
The fully-scoped type ID.

◆ ice_tuple()

std::tuple< const ::std::string & > IceGrid::AllocationTimeoutException::ice_tuple ( ) const
inline

Obtains a tuple containing all of the exception's data members.

Returns
The data members in a tuple.

The documentation for this class was generated from the following file: