Package com.zeroc.Ice

Class UnknownException

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
UnknownLocalException, UnknownUserException

public class UnknownException extends LocalException
This exception is raised if an operation call on a server raises an unknown exception. For example, for C++, this exception is raised if the server throws a C++ exception that is not directly or indirectly derived from Ice::LocalException or Ice::UserException.
See Also:
  • Field Details

    • unknown

      public String unknown
      This field is set to the textual representation of the unknown exception if available.
  • Constructor Details

    • UnknownException

      public UnknownException()
    • UnknownException

      public UnknownException(Throwable cause)
    • UnknownException

      public UnknownException(String unknown)
    • UnknownException

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

    • ice_id

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