Package com.zeroc.Ice

Class UnknownUserException

All Implemented Interfaces:
Serializable

public final class UnknownUserException extends UnknownException
The exception that is thrown when a client receives a UserException that was not declared in the operation's exception specification.
See Also:
  • Constructor Details

    • UnknownUserException

      public UnknownUserException(String message)
      Constructs an UnknownUserException with a message.
      Parameters:
      message - the detail message
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class UnknownException
      Returns:
      the type ID of this exception
    • fromTypeId

      public static UnknownUserException fromTypeId(String typeId)
      Creates an UnknownUserException from a type ID.
      Parameters:
      typeId - the type ID of the user exception
      Returns:
      an UnknownUserException