public class TimeoutCancellationException
This exception is thrown by withTimeout to indicate timeout.
TimeoutCancellationException(java.lang.String message)
public TimeoutCancellationException(java.lang.String message)
Creates timeout exception with a given message.