Package play.exceptions
Class PlayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
play.exceptions.PlayException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionNotFoundException,CacheException,ConfigurationException,DatabaseException,JPAException,MailException,NoRouteFoundException,TemplateException,TemplateNotFoundException,UnexpectedException
The super class for all Play! exceptions
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedPlayException(String message) protectedPlayException(String message, Throwable cause) protectedPlayException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlayException
protected PlayException() -
PlayException
-
PlayException
-
PlayException
-