Class AppLaunchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
lu.kbra.modelizer_next.bootstrap.subapp.AppLaunchException
- All Implemented Interfaces:
Serializable
Exception thrown when an installed application cannot be launched.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAppLaunchException(String message) Creates an application launch exception instance.AppLaunchException(String message, Throwable cause) Creates an application launch exception instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AppLaunchException
Creates an application launch exception instance.- Parameters:
message- message shown to the caller or user
-
AppLaunchException
Creates an application launch exception instance.- Parameters:
message- message shown to the caller or usercause- cause to attach to the created exception
-