Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends RuntimeException
Exception thrown when an operation times out. Unlike TimeoutException, this variant is a RuntimeException.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
      Constructs a TimeoutException with no specified detail message.