Class BlockingOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BlockingOperationException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BlockingOperationException

        public BlockingOperationException()
      • BlockingOperationException

        public BlockingOperationException​(java.lang.String s)
      • BlockingOperationException

        public BlockingOperationException​(java.lang.Throwable cause)
      • BlockingOperationException

        public BlockingOperationException​(java.lang.String message,
                                          java.lang.Throwable cause)