Package com.zeroc.Ice

Class NoEndpointException

All Implemented Interfaces:
Serializable

public final class NoEndpointException extends LocalException
The exception that is thrown when the Ice runtime cannot find a suitable endpoint to connect to.
See Also:
  • Constructor Details

    • NoEndpointException

      public NoEndpointException(String message)
      Constructs a NoEndpointException with a message.
      Parameters:
      message - the detail message
    • NoEndpointException

      public NoEndpointException(ObjectPrx proxy)
      Constructs a NoEndpointException with a proxy.
      Parameters:
      proxy - the proxy for which no suitable endpoint is available
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception