Class UncheckedTimeoutException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.google.common.util.concurrent.UncheckedTimeoutException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @GwtIncompatible public class UncheckedTimeoutException extends java.lang.RuntimeException Unchecked version ofTimeoutException.- Since:
- 1.0
- Author:
- Kevin Bourrillion
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UncheckedTimeoutException()UncheckedTimeoutException(java.lang.String message)UncheckedTimeoutException(java.lang.String message, java.lang.Throwable cause)UncheckedTimeoutException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException() 
 - 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException(@CheckForNull java.lang.String message) 
 - 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException(@CheckForNull java.lang.Throwable cause) 
 - 
UncheckedTimeoutExceptionpublic UncheckedTimeoutException(@CheckForNull java.lang.String message, @CheckForNull java.lang.Throwable cause) 
 
- 
 
-