java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.NoEndpointException
- All Implemented Interfaces:
Serializable
The exception that is thrown when the Ice runtime cannot find a suitable endpoint to connect to.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoEndpointException
(ObjectPrx proxy) Constructs a NoEndpointException with a proxy.NoEndpointException
(String message) Constructs a NoEndpointException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoEndpointException
Constructs a NoEndpointException with a message.- Parameters:
message
- the detail message
-
NoEndpointException
Constructs a NoEndpointException with a proxy.- Parameters:
proxy
- the proxy for which no suitable endpoint is available
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-