Package com.zeroc.Ice

Class UnknownException

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

public class UnknownException extends DispatchException
The exception that is thrown when a dispatch failed with an exception that is not a LocalException or a UserException.
See Also:
  • Constructor Details

    • UnknownException

      public UnknownException(String message, Throwable cause)
      Constructs an UnknownException with a message and a cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UnknownException

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

      public UnknownException(Throwable cause)
      Constructs an UnknownException with a cause.
      Parameters:
      cause - the cause
  • Method Details