java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.DispatchException
com.zeroc.Ice.UnknownException
com.zeroc.Ice.UnknownLocalException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a dispatch failed with a
LocalException
that is not a DispatchException.- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.DispatchException
replyStatus
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownLocalException
(String message) Constructs an UnknownLocalException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownLocalException
Constructs an UnknownLocalException with a message.- Parameters:
message
- the detail message
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classUnknownException
- Returns:
- the type ID of this exception
-