com.google.common.util.concurrent
public class UncheckedTimeoutException extends RuntimeException
TimeoutException
.Constructor and Description |
---|
UncheckedTimeoutException() |
UncheckedTimeoutException(String message) |
UncheckedTimeoutException(String message,
Throwable cause) |
UncheckedTimeoutException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UncheckedTimeoutException()
public UncheckedTimeoutException(String message)
public UncheckedTimeoutException(Throwable cause)
public UncheckedTimeoutException(String message, Throwable cause)
Copyright © 2010-2014. All Rights Reserved.