Package com.zeroc.Ice

Class FacetNotExistException

All Implemented Interfaces:
Serializable, Cloneable

public class FacetNotExistException extends RequestFailedException
This exception is raised if no facet with the given name exists, but at least one facet with the given identity exists.
See Also:
  • Constructor Details

    • FacetNotExistException

      public FacetNotExistException()
    • FacetNotExistException

      public FacetNotExistException(Throwable cause)
    • FacetNotExistException

      public FacetNotExistException(Identity id, String facet, String operation)
    • FacetNotExistException

      public FacetNotExistException(Identity id, String facet, String operation, Throwable cause)
  • Method Details