Package com.zeroc.Ice

Class InvocationTimeoutException

All Implemented Interfaces:
Serializable, Cloneable

public class InvocationTimeoutException extends TimeoutException
This exception indicates that an invocation failed because it timed out.
See Also:
  • Constructor Details

    • InvocationTimeoutException

      public InvocationTimeoutException()
    • InvocationTimeoutException

      public InvocationTimeoutException(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 TimeoutException
      Returns:
      The type id of this exception.