Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Glacier2::SessionNotExistException Class Reference

The exception that is thrown when a client tries to destroy a session with a router, but no session exists for this client. More...

#include <Glacier2/Glacier2.h>

Inheritance diagram for Glacier2::SessionNotExistException:

Public Member Functions

const char * ice_id () const noexcept override
 Returns the type ID of this exception.
void ice_throw () const override
 Throws this exception.
Public Member Functions inherited from Ice::UserException
void ice_print (std::ostream &os) const override
 Outputs a description of this exception to a stream.
virtual void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance, including inherited fields, to the stream.
const char * what () const noexcept final
 Gets the Slice type ID of this user exception.
Public Member Functions inherited from Ice::Exception
 Exception () noexcept=default
 Default constructor.
 Exception (const Exception &other) noexcept=default
 Copy constructor.
Exceptionoperator= (const Exception &rhs) noexcept=default
 Copy assignment operator.

Static Public Member Functions

static const char * ice_staticId () noexcept
 Gets the type ID of the associated Slice exception.

Detailed Description

The exception that is thrown when a client tries to destroy a session with a router, but no session exists for this client.

See also
Router#destroySession

Definition at line 351 of file Router.h.


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