Home Previous Up Next Index

IceGrid::ServerStartException

Overview

exception ServerStartException

This exception is raised if a server failed to start.

Used By

Admin::startServer

Data Members

string id;

The identifier of the server.

string reason;

The reason for the failure.


Home Previous Up Next Index