|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
play.Invoker.Suspend
public static class Invoker.Suspend
Throwable to indicate that the request must be suspended
| Constructor Summary | |
|---|---|
Invoker.Suspend(java.util.concurrent.Future<?> task)
|
|
Invoker.Suspend(long timeout)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorDescription()
|
java.lang.String |
getErrorTitle()
|
| Methods inherited from class play.exceptions.PlayException |
|---|
getId, getInterestingStrackTraceElement, getLineNumber, getMoreHTML, getSourceFile, isSourceAvailable |
| 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 Invoker.Suspend(long timeout)
public Invoker.Suspend(java.util.concurrent.Future<?> task)
| Method Detail |
|---|
public java.lang.String getErrorTitle()
getErrorTitle in class PlayExceptionpublic java.lang.String getErrorDescription()
getErrorDescription in class PlayException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||