Class AppLauncherException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.AppLauncherException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppLauncherException.AlreadyRunning, AppLauncherException.ModuleInitFailure

public class AppLauncherException extends RuntimeException
All exceptions thrown by the app launcher are subclasses of AppLauncherException.
See Also:
  • Constructor Details

    • AppLauncherException

      protected AppLauncherException(String message)
      Build a new instance.
      Parameters:
      message - The detail message
    • AppLauncherException

      protected AppLauncherException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The cause