public class UncheckedTimeoutException
extends java.lang.RuntimeException
TimeoutException.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UncheckedTimeoutException() |
UncheckedTimeoutException(java.lang.String message) |
UncheckedTimeoutException(java.lang.String message,
java.lang.Throwable cause) |
UncheckedTimeoutException(java.lang.Throwable cause) |
private static final long serialVersionUID
public UncheckedTimeoutException()
public UncheckedTimeoutException(@CheckForNull
java.lang.String message)
public UncheckedTimeoutException(@CheckForNull
java.lang.Throwable cause)
public UncheckedTimeoutException(@CheckForNull
java.lang.String message,
@CheckForNull
java.lang.Throwable cause)