Package play.exceptions
Class ContinuationsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- play.exceptions.PlayException
-
- play.exceptions.ContinuationsException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContinuationsException extends PlayException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContinuationsException(java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorDescription()java.lang.StringgetErrorTitle()-
Methods inherited from class play.exceptions.PlayException
getId, getInterestingStackTraceElement, getInterestingStrackTraceElement, getLineNumber, getMoreHTML, getSourceFile, isSourceAvailable
-
-
-
-
Method Detail
-
getErrorTitle
public java.lang.String getErrorTitle()
- Specified by:
getErrorTitlein classPlayException
-
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescriptionin classPlayException
-
-