|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.modeshape.jcr.TimeoutException
public class TimeoutException
An exception that signals a timeout has occurred.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TimeoutException(String message, Throwable rootCause)
message
- the messagerootCause
- the causepublic TimeoutException(String message)
message
- the messagepublic TimeoutException(Throwable rootCause)
rootCause
- the cause
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |