Package com.zeroc.Ice
Class UnknownLocalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.UnknownException
com.zeroc.Ice.UnknownLocalException
- All Implemented Interfaces:
Serializable,Cloneable
This exception is raised if an operation call on a server raises a
local exception. Because local exceptions are not transmitted by
the Ice protocol, the client receives all local exceptions raised
by the server as
UnknownLocalException. The only exception to this
rule are all exceptions derived from RequestFailedException,
which are transmitted by the Ice protocol even though they are
declared local.- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.UnknownException
unknown -
Constructor Summary
ConstructorsConstructorDescriptionUnknownLocalException(String unknown) UnknownLocalException(String unknown, Throwable cause) UnknownLocalException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnknownLocalException
public UnknownLocalException() -
UnknownLocalException
-
UnknownLocalException
-
UnknownLocalException
-
-
Method Details
-
ice_id
Description copied from class:ExceptionReturns the type id of this exception.- Overrides:
ice_idin classUnknownException- Returns:
- The type id of this exception.
-