Package com.zeroc.Ice

Class FacetNotExistException

All Implemented Interfaces:
Serializable

public final class FacetNotExistException extends RequestFailedException
The exception that is thrown when a dispatch cannot find a servant for the identity + facet carried by the request.
See Also:
  • Constructor Details

    • FacetNotExistException

      public FacetNotExistException()
      Constructs a FacetNotExistException.
    • FacetNotExistException

      public FacetNotExistException(Identity id, String facet, String operation)
      Constructs a FacetNotExistException with the specified identity, facet, and operation.
      Parameters:
      id - the identity of the Ice Object to which the request was sent
      facet - the facet to which the request was sent
      operation - the operation name of the request
  • Method Details