Package com.zeroc.Ice

Class ConnectionTimeoutException

All Implemented Interfaces:
Serializable, Cloneable

public class ConnectionTimeoutException extends TimeoutException
This exception indicates that a connection has been shut down because it has been idle for some time.
See Also:
  • Constructor Details

    • ConnectionTimeoutException

      public ConnectionTimeoutException()
    • ConnectionTimeoutException

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