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.UnknownUserException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a client receives a
UserException that was not declared in the
operation's exception specification.- See Also:
-
Field Summary
Fields inherited from class com.zeroc.Ice.DispatchException
replyStatus -
Constructor Summary
ConstructorsConstructorDescriptionUnknownUserException(String message) Constructs an UnknownUserException with a message. -
Method Summary
Modifier and TypeMethodDescriptionstatic UnknownUserExceptionfromTypeId(String typeId) Creates an UnknownUserException from the type ID of an unexpected exception.ice_id()Returns the type ID of this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownUserException
Constructs an UnknownUserException with a message.- Parameters:
message- the detail message
-
-
Method Details
-
ice_id
Description copied from class:LocalExceptionReturns the type ID of this exception.- Overrides:
ice_idin classUnknownException- Returns:
- the type ID of this exception
-
fromTypeId
Creates an UnknownUserException from the type ID of an unexpected exception.- Parameters:
typeId- the type ID- Returns:
- an UnknownUserException
-