Package com.zeroc.Ice

Class NoEndpointException

All Implemented Interfaces:
Serializable, Cloneable

public class NoEndpointException extends LocalException
This exception is raised if no suitable endpoint is available.
See Also:
  • Field Details

    • proxy

      public String proxy
      The stringified proxy for which no suitable endpoint is available.
  • Constructor Details

    • NoEndpointException

      public NoEndpointException()
    • NoEndpointException

      public NoEndpointException(Throwable cause)
    • NoEndpointException

      public NoEndpointException(String proxy)
    • NoEndpointException

      public NoEndpointException(String proxy, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.