Package com.tccc.kos.core.service.spawn
Class SpawnInvalidPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.tccc.kos.core.service.spawn.SpawnInvalidPathException
- All Implemented Interfaces:
Serializable
Exception thrown when a spawn attempt fails when either the specified path is
not found or is not executable.
- Since:
- 1.0
- Version:
- 2022-09-12
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpawnInvalidPathException
(String message) Constructs a new "spawn invalid path" exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpawnInvalidPathException
Constructs a new "spawn invalid path" exception with the specified message.- Parameters:
message
- the detailed error message
-