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 UnknownUserException
fromTypeId
(String typeId) Creates an UnknownUserException from a type ID.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:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classUnknownException
- Returns:
- the type ID of this exception
-
fromTypeId
Creates an UnknownUserException from a type ID.- Parameters:
typeId
- the type ID of the user exception- Returns:
- an UnknownUserException
-