Package io.netty.util.concurrent
Class BlockingOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.netty.util.concurrent.BlockingOperationException
- All Implemented Interfaces:
Serializable
An
IllegalStateException
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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BlockingOperationException
public BlockingOperationException() -
BlockingOperationException
-
BlockingOperationException
-
BlockingOperationException
-