Class BlockingOperationException

  • All Implemented Interfaces:
    Serializable

    public class BlockingOperationException
    extends IllegalStateException
    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:
    Serialized Form
    • Constructor Detail

      • BlockingOperationException

        public BlockingOperationException()
      • BlockingOperationException

        public BlockingOperationException​(String s)
      • BlockingOperationException

        public BlockingOperationException​(Throwable cause)
      • BlockingOperationException

        public BlockingOperationException​(String message,
                                          Throwable cause)