Package com.zeroc.Ice

Class TimeoutException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CloseTimeoutException, ConnectTimeoutException, InvocationTimeoutException

public class TimeoutException extends LocalException
This exception indicates a timeout condition.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
      Constructs a TimeoutException.
    • TimeoutException

      public TimeoutException(String message)
      Constructs a TimeoutException 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 LocalException
      Returns:
      the type ID of this exception