Package com.zeroc.Ice
Class NoEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.NoEndpointException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if no suitable endpoint is available.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoEndpointException
(String proxy) NoEndpointException
(String proxy, Throwable cause) NoEndpointException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
proxy
The stringified proxy for which no suitable endpoint is available.
-
-
Constructor Details
-
NoEndpointException
public NoEndpointException() -
NoEndpointException
-
NoEndpointException
-
NoEndpointException
-
-
Method Details