Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6754385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:16:24+00:00 2026-05-26T13:16:24+00:00

I am writing a custom queue implementing the queue interface. This implementation is thread

  • 0

I am writing a custom queue implementing the queue interface. This implementation is thread safe and blocks on certain occasions.

The normal Queue interface does not mention Exceptions, therefore I can’t throw any InterruptedException in my implementation.

I see two solutions for this problem, but they are both not very satisfying:

  1. Remove the Queue interface and throw Exceptions. This makes the code unusable for foreign software that requires a Queue.

  2. Throw RuntimeException, this will yield tonnes of very surprising software activity, which I don’t want to risk.

Somehow implementations like ArrayBlockingQueue manage to implement Queue and BlockingQueue. Is that the way to go, or what is the trick here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:16:25+00:00Added an answer on May 26, 2026 at 1:16 pm

    If you are implementing a Queue which may need to throw an InterruptedException then my guess is that you really want to implement a BlockingQueue. If you read the javadoc for this interface, you will realize that the Java language designers have basically said that in the context of a BlockingQueue the normal Queue operations will either succeed or fail immediately. The Queue interface provides for throwing an IllegalStateException if the add method can not succeed or returning false if the offer method fails. New methods put and take as well as an overloaded variant of offer and poll are introduced by the BlockingQueue interface for operations that may block and therefor need to throw an InterruptedException.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need help writing custom functions for my casio fx-9860g I have done this
I know I can do this by writing custom type descriptors etc., however given
I created custom django-admin command. I use this tutorial Writing custom django-admin commands For
When it comes to writing custom MySQL database-driven PHP session management for a VERY
When writing a custom server, what are the best practices or techniques to determine
while writing a custom attribute in C# i was wondering if there are any
When writing a custom channel how can I get the name of the service
I'm writing a custom file selection component. In my UI, first the user clicks
I am writing a custom session handler in PHP and trying to make the
I'm writing a custom swing component (something completely new, but think JTree or JList).

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.