| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.lutris.util.ChainedException com.lutris.appserver.server.ApplicationException
ApplicationException | public class ApplicationException extends ChainedException (Code) | | Exception for failure in and Application object. Normally
used for application initialization errors. May chain any other
exception.
version: $Revision: 1.2 $ author: Mark Diekhans |
ApplicationException | public ApplicationException(String msg)(Code) | | Construct a exception without a specified cause.
Parameters: msg - The message associated with the exception. |
ApplicationException | public ApplicationException(String msg, Throwable cause)(Code) | | Construct a exception with an associated causing exception.
Parameters: msg - The message associated with the exception. Parameters: cause - The error or exception that cause thisexception. |
ApplicationException | public ApplicationException(Throwable cause)(Code) | | Construct a exception with an associated causing exception.
Parameters: cause - The error or exception that cause thisexception. |
|
|
|