play
Class Invoker.Suspend

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by play.exceptions.PlayException
                  extended by play.Invoker.Suspend
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Invoker

public static class Invoker.Suspend
extends PlayException

Throwable to indicate that the request must be suspended

See Also:
Serialized Form

Constructor Summary
Invoker.Suspend(java.util.concurrent.Future<?>... tasks)
           
Invoker.Suspend(long timeout)
           
 
Method Summary
 java.lang.String getErrorDescription()
           
 java.lang.String getErrorTitle()
           
 
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStrackTraceElement, getLineNumber, 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

Invoker.Suspend

public Invoker.Suspend(long timeout)

Invoker.Suspend

public Invoker.Suspend(java.util.concurrent.Future<?>... tasks)
Method Detail

getErrorTitle

public java.lang.String getErrorTitle()
Specified by:
getErrorTitle in class PlayException

getErrorDescription

public java.lang.String getErrorDescription()
Specified by:
getErrorDescription in class PlayException


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly