Package com.zeroc.Ice
Class UnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.UnknownException
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
UnknownLocalException
,UnknownUserException
This exception is raised if an operation call on a server raises an
unknown exception. For example, for C++, this exception is raised
if the server throws a C++ exception that is not directly or
indirectly derived from
Ice::LocalException
or
Ice::UserException
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnknownException
(String unknown) UnknownException
(String unknown, Throwable cause) UnknownException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
unknown
This field is set to the textual representation of the unknown exception if available.
-
-
Constructor Details
-
UnknownException
public UnknownException() -
UnknownException
-
UnknownException
-
UnknownException
-
-
Method Details