Class IllegalThreadPoolStateException

All Implemented Interfaces:
Serializable

public class IllegalThreadPoolStateException extends IllegalStateException
Thrown when a used thread pool (e.g. in ReceivingService) is in an invalid state.
Since:
4.2.0 - 2022-07-14
Author:
hypfvieh
See Also:
  • Constructor Details

    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException()
    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException(String _message, Throwable _cause)
    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException(String _s)
    • IllegalThreadPoolStateException

      public IllegalThreadPoolStateException(Throwable _cause)