Class SpawnException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.tccc.kos.core.service.spawn.SpawnException
All Implemented Interfaces:
Serializable

public class SpawnException extends IOException
Base exception for all spawn-related errors.
Since:
1.0
Version:
2022-09-12
See Also:
  • Constructor Details

    • SpawnException

      public SpawnException(String message)
      Constructs a new "spawn" exception with the specified message.
      Parameters:
      message - the detailed error message