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(@Nullable java.lang.String message)
public UncheckedTimeoutException(@Nullable java.lang.Throwable cause)
public UncheckedTimeoutException(@Nullable java.lang.String message, @Nullable java.lang.Throwable cause)