Package com.zeroc.Ice

Class FacetNotExistException

All Implemented Interfaces:
Serializable

public final class FacetNotExistException extends RequestFailedException
The exception that is thrown when a dispatch could not 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 details about the facet that couldn't be found.
      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