Package com.zeroc.Ice

Class UnknownLocalException

All Implemented Interfaces:
Serializable, Cloneable

public class UnknownLocalException extends UnknownException
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:
  • Constructor Details

    • UnknownLocalException

      public UnknownLocalException()
    • UnknownLocalException

      public UnknownLocalException(Throwable cause)
    • UnknownLocalException

      public UnknownLocalException(String unknown)
    • UnknownLocalException

      public UnknownLocalException(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.