Class AppLaunchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
lu.kbra.modelizer_next.bootstrap.subapp.AppLaunchException
All Implemented Interfaces:
Serializable

public final class AppLaunchException extends Exception
Exception thrown when an installed application cannot be launched.
See Also:
  • Constructor Details

    • AppLaunchException

      public AppLaunchException(String message)
      Creates an application launch exception instance.
      Parameters:
      message - message shown to the caller or user
    • AppLaunchException

      public AppLaunchException(String message, Throwable cause)
      Creates an application launch exception instance.
      Parameters:
      message - message shown to the caller or user
      cause - cause to attach to the created exception