@GwtIncompatible public class UncheckedTimeoutException extends RuntimeException
TimeoutException.| Constructor and Description | 
|---|
UncheckedTimeoutException()  | 
UncheckedTimeoutException(@Nullable String message)  | 
UncheckedTimeoutException(@Nullable String message,
                         @Nullable Throwable cause)  | 
UncheckedTimeoutException(@Nullable 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–2018. All rights reserved.