Klasse IllegalThreadPoolStateException

Alle implementierten Schnittstellen:
Serializable

public class IllegalThreadPoolStateException extends IllegalStateException
Thrown when a used thread pool (e.g. in ReceivingService) is in an invalid state.
Seit:
4.2.0 - 2022-07-14
Autor:
hypfvieh
Siehe auch:
  • Konstruktordetails

    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException()
    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException(String _message, Throwable _cause)
    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException(String _s)
    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException(Throwable _cause)