Ice 3.7 C++11 API Reference
Public Member Functions | Static Public Member Functions | List of all members
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:
Inheritance graph
[legend]
Collaboration diagram for IceGrid::AllocationTimeoutException:
Collaboration graph
[legend]

Public Member Functions

 AllocationTimeoutException ()=default
 
 AllocationTimeoutException (const ::std::string &reason)
 One-shot constructor to initialize all data members. More...
 
 AllocationTimeoutException (const AllocationTimeoutException &)=default
 
std::tuple< const ::std::string & > ice_tuple () const
 Obtains a tuple containing all of the exception's data members. More...
 
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. More...
 

Static Public Member Functions

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

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()

static 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: