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