edu.emory.mathcs.backport.java.util.concurrent
public class TimeoutException extends java.lang.Exception
Constructor and Description |
---|
TimeoutException()
Constructs a TimeoutException with no specified detail
message.
|
TimeoutException(java.lang.String message)
Constructs a TimeoutException with the specified detail
message.
|