|
Ice 3.7 Slice API Reference
|
| EIceGrid::AccessDeniedException | This exception is raised if a registry lock wasn't acquired or is already held by a session |
| EIce::AdapterAlreadyActiveException | This exception is raised if a server tries to set endpoints for an adapter that is already active |
| EIceGrid::AdapterNotExistException | This exception is raised if an adapter does not exist |
| EIce::AdapterNotFoundException | This exception is raised if an adapter cannot be found |
| EIceGrid::AllocationException | This exception is raised if the allocation of an object failed |
| EIce::AlreadyRegisteredException | An attempt was made to register something more than once with the Ice run time |
| EIceBox::AlreadyStartedException | This exception is thrown if an attempt is made to start an already-started service |
| EIceBox::AlreadyStoppedException | This exception is thrown if an attempt is made to stop an already-stopped service |
| EIceStorm::AlreadySubscribed | This exception indicates that an attempt was made to subscribe a proxy for which a subscription already exists |
| EIceGrid::ApplicationNotExistException | This exception is raised if an application does not exist |
| EIceStorm::BadQoS | This exception indicates that a subscription failed due to an invalid QoS |
| EIceGrid::BadSignalException | This exception is raised if an unknown signal was sent to to a server |
| EIceBT::BluetoothException | Indicates a failure in the Bluetooth plug-in |
| EGlacier2::CannotCreateSessionException | This exception is raised if an attempt to create a new session failed |
| EIce::CloneNotImplementedException | An attempt was made to clone a class that does not support cloning |
| EIce::CollocationOptimizationException | This exception is raised if a feature is requested that is not supported with collocation optimization |
| EIce::CommunicatorDestroyedException | This exception is raised if the Communicator has been destroyed |
| EIce::ConnectionManuallyClosedException | This exception is raised by an operation call if the application closes the connection locally using Connection#close |
| EIceGrid::DeploymentException | An exception for deployment errors |
| EIce::DNSException | This exception indicates a DNS problem |
| EIce::EndpointParseException | This exception is raised if there was an error while parsing an endpoint |
| EIce::EndpointSelectionTypeParseException | This exception is raised if there was an error while parsing an endpoint selection type |
| EIceBox::FailureException | This exception is a general failure notification |
| EIce::FeatureNotSupportedException | This exception is raised if an unsupported feature is used |
| EIcePatch2::FileAccessException | This exception is raised if a file's contents cannot be read |
| EIceGrid::FileNotAvailableException | This exception is raised if a file is not available |
| EIce::FixedProxyException | This exception indicates that an attempt has been made to change the connection properties of a fixed proxy |
| EIce::IdentityParseException | This exception is raised if there was an error while parsing a stringified identity |
| EIce::IllegalIdentityException | This exception is raised if an illegal identity is encountered |
| EIce::IllegalServantException | This exception is raised to reject an illegal servant (typically a null servant) |
| EIce::InitializationException | This exception is raised when a failure occurs during initialization |
| EIce::InvalidReplicaGroupIdException | This exception is raised if the replica group provided by the server is invalid |
| EIceStorm::InvalidSubscriber | This exception indicates that an attempt was made to subscribe a proxy that is null |
| EIce::InvocationCanceledException | This exception indicates that an asynchronous invocation failed because it was canceled explicitly by the user |
| EIceStorm::LinkExists | This exception indicates that an attempt was made to create a link that already exists |
| EIceGrid::NodeNotExistException | This exception is raised if a node does not exist |
| EIceGrid::NodeUnreachableException | This exception is raised if a node could not be reached |
| EIce::NoEndpointException | This exception is raised if no suitable endpoint is available |
| EIceStorm::NoSuchLink | This exception indicates that an attempt was made to remove a link that does not exist |
| EIceBox::NoSuchServiceException | This exception is thrown if a service name does not refer to an existing service |
| EIceStorm::NoSuchTopic | This exception indicates that an attempt was made to retrieve a topic that does not exist |
| EIce::NotRegisteredException | An attempt was made to find or deregister something that is not registered with the Ice run time or Ice locator |
| EIce::ObjectAdapterDeactivatedException | This exception is raised if an attempt is made to use a deactivated ObjectAdapter |
| EIce::ObjectAdapterIdInUseException | This exception is raised if an ObjectAdapter cannot be activated |
| EIceGrid::ObjectExistsException | This exception is raised if an object already exists |
| EIce::ObjectNotFoundException | This exception is raised if an object cannot be found |
| EIceGrid::ObjectNotRegisteredException | This exception is raised if an object is not registered |
| EIceGrid::ObserverAlreadyRegisteredException | This exception is raised if an observer is already registered with the registry |
| EIce::OperationInterruptedException | This exception indicates a request was interrupted |
| EIceGrid::ParseException | This exception is raised if an error occurs during parsing |
| EIcePatch2::PartitionOutOfRangeException | A partition argument was not in the range 0-255 |
| EIceGrid::PatchException | This exception is raised if a patch failed |
| EGlacier2::PermissionDeniedException | This exception is raised if a client is denied the ability to create a session with the router |
| EIceGrid::PermissionDeniedException | This exception is raised if a client is denied the ability to create a session with IceGrid |
| EIce::PluginInitializationException | This exception indicates that a failure occurred while initializing a plug-in |
| EIce::ProtocolException | A generic exception base for all kinds of protocol error conditions |
| EIce::ProxyParseException | This exception is raised if there was an error while parsing a stringified proxy |
| EIceGrid::RegistryNotExistException | This exception is raised if a registry does not exist |
| EIceGrid::RegistryUnreachableException | This exception is raised if a registry could not be reached |
| EIce::RemoteLoggerAlreadyAttachedException | Thrown when the provided RemoteLogger was previously attached to a LoggerAdmin |
| EIce::RequestFailedException | This exception is raised if a request failed |
| EIce::ResponseSentException | Indicates that the response to a request has already been sent; re-dispatching such a request is not possible |
| EIce::SecurityException | This exception indicates a failure in a security subsystem, such as the IceSSL plug-in |
| EIceGrid::ServerNotExistException | This exception is raised if a server does not exist |
| EIce::ServerNotFoundException | This exception is raised if a server cannot be found |
| EIceGrid::ServerStartException | This exception is raised if a server failed to start |
| EIceGrid::ServerStopException | This exception is raised if a server failed to stop |
| EIceGrid::ServerUnreachableException | This exception is raised if a server could not be reached |
| EGlacier2::SessionNotExistException | This exception is raised if a client tries to destroy a session with a router, but no session exists for the client |
| EIce::SyscallException | This exception is raised if a system error occurred in the server or client process |
| EIce::TimeoutException | This exception indicates a timeout condition |
| EIceStorm::TopicExists | This exception indicates that an attempt was made to create a topic that already exists |
| EIce::TwowayOnlyException | The operation can only be invoked with a twoway request |
| EIce::UnknownException | This exception is raised if an operation call on a server raises an unknown exception |
| EIceMX::UnknownMetricsView | Raised if a metrics view cannot be found |
| EIceGrid::UserAccountNotFoundException | This exception is raised if a user account for a given session identifier can't be found |
| EIce::VersionMismatchException | This exception is raised if the Ice library version does not match the version in the Ice header files |
| EIce::VersionParseException | This exception is raised if there was an error while parsing a version |