Class UncheckedTimeoutException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.google.common.util.concurrent.UncheckedTimeoutException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@GwtIncompatible public class UncheckedTimeoutException extends RuntimeException
Unchecked version ofTimeoutException.- Since:
 - 1.0
 - Author:
 - Kevin Bourrillion
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UncheckedTimeoutException()UncheckedTimeoutException(String message)UncheckedTimeoutException(String message, Throwable cause)UncheckedTimeoutException(Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UncheckedTimeoutException
public UncheckedTimeoutException()
 
- 
UncheckedTimeoutException
public UncheckedTimeoutException(@CheckForNull String message)
 
- 
UncheckedTimeoutException
public UncheckedTimeoutException(@CheckForNull Throwable cause)
 
- 
UncheckedTimeoutException
public UncheckedTimeoutException(@CheckForNull String message, @CheckForNull Throwable cause)
 
 - 
 
 -