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.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | |
public | |
public |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
BlockingOperationException | back to summary |
---|---|
public BlockingOperationException() |
BlockingOperationException | back to summary |
---|---|
public BlockingOperationException(String s) |
BlockingOperationException | back to summary |
---|---|
public BlockingOperationException(Throwable cause) |
BlockingOperationException | back to summary |
---|---|
public BlockingOperationException(String message, Throwable cause) |