Package com.zeroc.Ice

Class UnknownUserException

All Implemented Interfaces:
Serializable, Cloneable

public class UnknownUserException extends UnknownException
An operation raised an incorrect user exception. This exception is raised if an operation raises a user exception that is not declared in the exception's throws clause. Such undeclared exceptions are not transmitted from the server to the client by the Ice protocol, but instead the client just gets an UnknownUserException. This is necessary in order to not violate the contract established by an operation's signature: Only local exceptions and user exceptions declared in the throws clause can be raised.
See Also:
  • Constructor Details

    • UnknownUserException

      public UnknownUserException()
    • UnknownUserException

      public UnknownUserException(Throwable cause)
    • UnknownUserException

      public UnknownUserException(String unknown)
    • UnknownUserException

      public UnknownUserException(String unknown, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Overrides:
      ice_id in class UnknownException
      Returns:
      The type id of this exception.