LaunchExceptionpublic class LaunchException extends Exception Signals an error condition during launching |
(Omit source code)
Constructors Summary |
---|
public LaunchException(String message)Constructs an exception with the given descriptive message.
super(message);
|
|