Class BlockingNotAllowedException

All Implemented Interfaces:
Serializable

public class BlockingNotAllowedException extends IllegalStateException
See Also:
  • Constructor Details

    • BlockingNotAllowedException

      public BlockingNotAllowedException()
    • BlockingNotAllowedException

      public BlockingNotAllowedException(String s)
    • BlockingNotAllowedException

      public BlockingNotAllowedException(String message, Throwable cause)
    • BlockingNotAllowedException

      public BlockingNotAllowedException(Throwable cause)