Class SpawnTimeoutException

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

public class SpawnTimeoutException extends IOException
Exception thrown when a spawn attempt fails because there was no response from the adapter.
Since:
1.0
Version:
2022-09-12
See Also:
  • Constructor Details

    • SpawnTimeoutException

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