public class PlayException extends Exception
| Constructor and Description |
|---|
PlayException()
Constructs
PlayException without any message. |
PlayException(String message)
Constructs
PlayException with the specified message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PlayException()
PlayException without any message.public PlayException(String message)
PlayException with the specified message.message - detailed message describing the exception.Copyright © 2009-2013. All Rights Reserved.