@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(@NullableDecl String message)
public UncheckedTimeoutException(@NullableDecl Throwable cause)
public UncheckedTimeoutException(@NullableDecl String message, @NullableDecl Throwable cause)
Copyright © 2010–2017. All rights reserved.