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 SummaryConstructors Constructor Description UncheckedTimeoutException()UncheckedTimeoutException(String message)UncheckedTimeoutException(String message, Throwable cause)UncheckedTimeoutException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException() 
 - 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException(@CheckForNull String message) 
 - 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException(@CheckForNull Throwable cause) 
 - 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException(@CheckForNull String message, @CheckForNull Throwable cause) 
 
- 
 
-