Package dev.voidframework.core.exception
Class AppLauncherException.AlreadyRunning
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.core.exception.AppLauncherException
dev.voidframework.core.exception.AppLauncherException.AlreadyRunning
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AppLauncherException
Exception indicates that application is already running.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.core.exception.AppLauncherException
AppLauncherException.AlreadyRunning, AppLauncherException.ModuleInitFailure -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyRunning
public AlreadyRunning()Build a new instance.
-