java.lang.Object
java.lang.Throwable
java.lang.Exception
com.zeroc.Ice.UserException
com.zeroc.IceGrid.ServerStartException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a server failed to start.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aServerStartException
.ServerStartException
(String id, String reason) Constructs aServerStartException
with values for all its fields. -
Method Summary
Methods inherited from class com.zeroc.Ice.UserException
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
id
The server ID. -
reason
The reason for the failure.
-
-
Constructor Details
-
ServerStartException
public ServerStartException()Constructs aServerStartException
. -
ServerStartException
Constructs aServerStartException
with values for all its fields.- Parameters:
id
- The server ID.reason
- The reason for the failure.
-
-
Method Details
-
ice_id
Returns the type id of this exception.- Specified by:
ice_id
in classUserException
- Returns:
- The type id of this exception.
-