public class TimeoutException extends RuntimeException
Constructor and Description |
---|
TimeoutException() |
TimeoutException(String message) |
TimeoutException(String message,
Throwable cause) |
TimeoutException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TimeoutException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TimeoutException()
public TimeoutException(String message)
public TimeoutException(Throwable cause)
public TimeoutException(String message, Throwable cause)
public TimeoutException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2013-2014. All Rights Reserved.