Home Previous Up Next Index

Glacier2::CannotCreateSessionException

Overview

exception CannotCreateSessionException

This exception is raised if an attempt to create a new session failed.

Used By

Router::createSession
Router::createSessionFromSecureConnection
SSLSessionManager::create
SessionManager::create

See Also

Router::createSession
Router::createSessionFromSecureConnection
SessionManager::create
SSLSessionManager::create

Data Members

string reason;

The reason why session creation has failed.


Home Previous Up Next Index