Ice 3.7 Slice API Reference
Exceptions | Modules
LocalException.ice File Reference
#include <Ice/Identity.ice>
#include <Ice/Version.ice>
#include <Ice/BuiltinSequences.ice>
Include dependency graph for LocalException.ice:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Exceptions

local exception  Ice::AlreadyRegisteredException
 An attempt was made to register something more than once with the Ice run time. More...
 
local exception  Ice::BadMagicException
 This exception indicates that a message did not start with the expected magic number ('I', 'c', 'e', 'P'). More...
 
local exception  Ice::CFNetworkException
 This exception indicates CFNetwork errors. More...
 
local exception  Ice::CloneNotImplementedException
 An attempt was made to clone a class that does not support cloning. More...
 
local exception  Ice::CloseConnectionException
 This exception indicates that the connection has been gracefully shut down by the server. More...
 
local exception  Ice::CloseTimeoutException
 This exception indicates a connection closure timeout condition. More...
 
local exception  Ice::CollocationOptimizationException
 This exception is raised if a feature is requested that is not supported with collocation optimization. More...
 
local exception  Ice::CommunicatorDestroyedException
 This exception is raised if the Communicator has been destroyed. More...
 
local exception  Ice::CompressionException
 This exception indicates a problem with compressing or uncompressing data. More...
 
local exception  Ice::ConnectFailedException
 This exception indicates connection failures. More...
 
local exception  Ice::ConnectionLostException
 This exception indicates a lost connection. More...
 
local exception  Ice::ConnectionManuallyClosedException
 This exception is raised by an operation call if the application closes the connection locally using Connection#close. More...
 
local exception  Ice::ConnectionNotValidatedException
 This exception is raised if a message is received over a connection that is not yet validated. More...
 
local exception  Ice::ConnectionRefusedException
 This exception indicates a connection failure for which the server host actively refuses a connection. More...
 
local exception  Ice::ConnectionTimeoutException
 This exception indicates that a connection has been shut down because it has been idle for some time. More...
 
local exception  Ice::ConnectTimeoutException
 This exception indicates a connection establishment timeout condition. More...
 
local exception  Ice::DatagramLimitException
 A datagram exceeds the configured size. More...
 
local exception  Ice::DNSException
 This exception indicates a DNS problem. More...
 
local exception  Ice::EncapsulationException
 This exception indicates a malformed data encapsulation. More...
 
local exception  Ice::EndpointParseException
 This exception is raised if there was an error while parsing an endpoint. More...
 
local exception  Ice::EndpointSelectionTypeParseException
 This exception is raised if there was an error while parsing an endpoint selection type. More...
 
local exception  Ice::FacetNotExistException
 This exception is raised if no facet with the given name exists, but at least one facet with the given identity exists. More...
 
local exception  Ice::FeatureNotSupportedException
 This exception is raised if an unsupported feature is used. More...
 
local exception  Ice::FileException
 This exception indicates file errors. More...
 
local exception  Ice::FixedProxyException
 This exception indicates that an attempt has been made to change the connection properties of a fixed proxy. More...
 
local exception  Ice::IdentityParseException
 This exception is raised if there was an error while parsing a stringified identity. More...
 
local exception  Ice::IllegalIdentityException
 This exception is raised if an illegal identity is encountered. More...
 
local exception  Ice::IllegalMessageSizeException
 This exception indicates that a message size is less than the minimum required size. More...
 
local exception  Ice::IllegalServantException
 This exception is raised to reject an illegal servant (typically a null servant) More...
 
local exception  Ice::InitializationException
 This exception is raised when a failure occurs during initialization. More...
 
local exception  Ice::InvocationCanceledException
 This exception indicates that an asynchronous invocation failed because it was canceled explicitly by the user. More...
 
local exception  Ice::InvocationTimeoutException
 This exception indicates that an invocation failed because it timed out. More...
 
local exception  Ice::MarshalException
 This exception is raised for errors during marshaling or unmarshaling data. More...
 
local exception  Ice::MemoryLimitException
 This exception is raised when Ice receives a request or reply message whose size exceeds the limit specified by the Ice.MessageSizeMax property. More...
 
local exception  Ice::NoEndpointException
 This exception is raised if no suitable endpoint is available. More...
 
local exception  Ice::NotRegisteredException
 An attempt was made to find or deregister something that is not registered with the Ice run time or Ice locator. More...
 
local exception  Ice::NoValueFactoryException
 This exception is raised if no suitable value factory was found during unmarshaling of a Slice class instance. More...
 
local exception  Ice::ObjectAdapterDeactivatedException
 This exception is raised if an attempt is made to use a deactivated ObjectAdapter. More...
 
local exception  Ice::ObjectAdapterIdInUseException
 This exception is raised if an ObjectAdapter cannot be activated. More...
 
local exception  Ice::ObjectNotExistException
 This exception is raised if an object does not exist on the server, that is, if no facets with the given identity exist. More...
 
local exception  Ice::OperationInterruptedException
 This exception indicates a request was interrupted. More...
 
local exception  Ice::OperationNotExistException
 This exception is raised if an operation for a given object does not exist on the server. More...
 
local exception  Ice::PluginInitializationException
 This exception indicates that a failure occurred while initializing a plug-in. More...
 
local exception  Ice::ProtocolException
 A generic exception base for all kinds of protocol error conditions. More...
 
local exception  Ice::ProxyParseException
 This exception is raised if there was an error while parsing a stringified proxy. More...
 
local exception  Ice::ProxyUnmarshalException
 This exception is raised if inconsistent data is received while unmarshaling a proxy. More...
 
local exception  Ice::RequestFailedException
 This exception is raised if a request failed. More...
 
local exception  Ice::ResponseSentException
 Indicates that the response to a request has already been sent; re-dispatching such a request is not possible. More...
 
local exception  Ice::SecurityException
 This exception indicates a failure in a security subsystem, such as the IceSSL plug-in. More...
 
local exception  Ice::SocketException
 This exception indicates socket errors. More...
 
local exception  Ice::StringConversionException
 This exception is raised when a string conversion to or from UTF-8 fails during marshaling or unmarshaling. More...
 
local exception  Ice::SyscallException
 This exception is raised if a system error occurred in the server or client process. More...
 
local exception  Ice::TimeoutException
 This exception indicates a timeout condition. More...
 
local exception  Ice::TwowayOnlyException
 The operation can only be invoked with a twoway request. More...
 
local exception  Ice::UnexpectedObjectException
 This exception is raised if the type of an unmarshaled Slice class instance does not match its expected type. More...
 
local exception  Ice::UnknownException
 This exception is raised if an operation call on a server raises an unknown exception. More...
 
local exception  Ice::UnknownLocalException
 This exception is raised if an operation call on a server raises a local exception. More...
 
local exception  Ice::UnknownMessageException
 This exception indicates that an unknown protocol message has been received. More...
 
local exception  Ice::UnknownReplyStatusException
 This exception indicates that an unknown reply status has been received. More...
 
local exception  Ice::UnknownRequestIdException
 This exception indicates that a response for an unknown request ID has been received. More...
 
local exception  Ice::UnknownUserException
 An operation raised an incorrect user exception. More...
 
local exception  Ice::UnmarshalOutOfBoundsException
 This exception is raised if an out-of-bounds condition occurs during unmarshaling. More...
 
local exception  Ice::UnsupportedEncodingException
 This exception indicates an unsupported data encoding version. More...
 
local exception  Ice::UnsupportedProtocolException
 This exception indicates an unsupported protocol version. More...
 
local exception  Ice::VersionMismatchException
 This exception is raised if the Ice library version does not match the version in the Ice header files. More...
 
local exception  Ice::VersionParseException
 This exception is raised if there was an error while parsing a version. More...
 

Modules

 Ice
 The Ice core library.