Package org.freedesktop.dbus.exceptions
Class IllegalThreadPoolStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.freedesktop.dbus.exceptions.IllegalThreadPoolStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalThreadPoolStateException extends java.lang.IllegalStateExceptionThrown when a used thread pool (e.g. in ReceivingService) is in an invalid state.- Since:
- 4.2.0 - 2022-07-14
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description IllegalThreadPoolStateException()IllegalThreadPoolStateException(java.lang.String _s)IllegalThreadPoolStateException(java.lang.String _message, java.lang.Throwable _cause)IllegalThreadPoolStateException(java.lang.Throwable _cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IllegalThreadPoolStateException
public IllegalThreadPoolStateException()
-
IllegalThreadPoolStateException
public IllegalThreadPoolStateException(java.lang.String _message, java.lang.Throwable _cause)
-
IllegalThreadPoolStateException
public IllegalThreadPoolStateException(java.lang.String _s)
-
IllegalThreadPoolStateException
public IllegalThreadPoolStateException(java.lang.Throwable _cause)
-
-