- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- io.netty5.util.concurrent.BlockingOperationException
-
- All Implemented Interfaces:
Serializable
public class BlockingOperationException extends IllegalStateException
AnIllegalStateException
which is raised when a user performed a blocking operation when the user is in an event loop thread. If a blocking operation is performed in an event loop thread, the blocking operation will most likely enter a dead lock state, hence throwing this exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockingOperationException()
BlockingOperationException(String s)
BlockingOperationException(String message, Throwable cause)
BlockingOperationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-