Package com.zeroc.Ice

Class OperationNotExistException

All Implemented Interfaces:
Serializable, Cloneable

public class OperationNotExistException extends RequestFailedException
This exception is raised if an operation for a given object does not exist on the server. Typically this is caused by either the client or the server using an outdated Slice specification.
See Also:
  • Constructor Details

    • OperationNotExistException

      public OperationNotExistException()
    • OperationNotExistException

      public OperationNotExistException(Throwable cause)
    • OperationNotExistException

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

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