Package com.zeroc.Ice

Class OperationNotExistException

All Implemented Interfaces:
Serializable

public final class OperationNotExistException extends RequestFailedException
The exception that is thrown when a dispatch cannot find the operation carried by the request on the target servant. This is typically due to a mismatch in the Slice definitions, such as the client using Slice definitions newer than the server's.
See Also:
  • Constructor Details

    • OperationNotExistException

      public OperationNotExistException()
      Constructs an OperationNotExistException.
    • OperationNotExistException

      public OperationNotExistException(Identity id, String facet, String operation)
      Constructs an OperationNotExistException with object details.
      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