Class BlockingOperationNotAllowedException

All Implemented Interfaces:
Serializable

public class BlockingOperationNotAllowedException extends IllegalStateException
Exception that is thrown when a blocking operation is performed on the IO thread.
See Also:
  • Constructor Details

    • BlockingOperationNotAllowedException

      public BlockingOperationNotAllowedException()
    • BlockingOperationNotAllowedException

      public BlockingOperationNotAllowedException(String s)
    • BlockingOperationNotAllowedException

      public BlockingOperationNotAllowedException(String message, Throwable cause)
    • BlockingOperationNotAllowedException

      public BlockingOperationNotAllowedException(Throwable cause)