public class TimeoutException extends RuntimeException
Constructor and Description |
---|
TimeoutException()
Create a timeout exception.
|
TimeoutException(String message)
Create a timeout exception.
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace()
Hack for finding print source.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public TimeoutException()
public TimeoutException(String message)
public void printStackTrace()
printStackTrace
in class Throwable
Copyright © 2012. All Rights Reserved.