public class TimeoutException extends RepositoryException
| Constructor and Description |
|---|
TimeoutException(String message)
Create a new timeout exception with the specified message and cause.
|
TimeoutException(String message,
Throwable rootCause)
Create a new timeout exception with the specified message and cause.
|
TimeoutException(Throwable rootCause)
Create a new timeout exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeoutException(String message, Throwable rootCause)
message - the messagerootCause - the causepublic TimeoutException(String message)
message - the messagepublic TimeoutException(Throwable rootCause)
rootCause - the causeCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.