@GwtIncompatible public class UncheckedTimeoutException extends RuntimeException
TimeoutException.| Constructor and Description | 
|---|
| UncheckedTimeoutException() | 
| UncheckedTimeoutException(String message) | 
| UncheckedTimeoutException(String message,
                         Throwable cause) | 
| UncheckedTimeoutException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedTimeoutException()
public UncheckedTimeoutException(@Nullable String message)
public UncheckedTimeoutException(@Nullable Throwable cause)
public UncheckedTimeoutException(@Nullable String message, @Nullable Throwable cause)
Copyright © 2010-2017. All Rights Reserved.