java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.DispatchException
com.zeroc.Ice.RequestFailedException
com.zeroc.Ice.OperationNotExistException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class com.zeroc.Ice.RequestFailedException
facet, id, operation
Fields inherited from class com.zeroc.Ice.DispatchException
replyStatus
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an OperationNotExistException.OperationNotExistException
(Identity id, String facet, String operation) Constructs an OperationNotExistException with object details. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationNotExistException
public OperationNotExistException()Constructs an OperationNotExistException. -
OperationNotExistException
Constructs an OperationNotExistException with object details.- Parameters:
id
- the identity of the Ice Object to which the request was sentfacet
- the facet to which the request was sentoperation
- the operation name of the request
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classRequestFailedException
- Returns:
- the type ID of this exception
-