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

  • SEARCH
  • Home
  • 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 8072505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:02:24+00:00 2026-06-05T14:02:24+00:00

I have a Hibernate J2SE Swing application and I would like to show user

  • 0

I have a Hibernate J2SE Swing application and I would like to show user a MessageBox saying that the connection could not be established when the internet connection or the network is having troubles. I know the exception that needs to be caught –

java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection

But Hibernate has already handled this exception internally. So what do you guys suggest?

  • 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-06-05T14:02:25+00:00Added an answer on June 5, 2026 at 2:02 pm

    You could implmenent your own ConnectionProvider.
    Basically whenever Hibernate needs a database connection it calls getConnection() on its configured ConnectionProvider.

    you could create a subclass of the ConnectionProvider you are currently using and do something like that:

    public class MyConnectionProvider extends WhateverConnectionProviderYouAreUsing
      {
          public Connection getConnection()
          {
               try
               {
                   return super.getConnection();
               } 
               catch (Exception e)
               {
                   // Show message about connection error
               }
           }
    

    In the SessionFactory configuration you have to configure your custom ConnectionProvider like

    hibernate.connection.provider_class=your.packagename.MyConnectionProvider 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Hibernate mapping that looks something like this: <class name=MyEntity> <set name=scalarSet
We have a Hibernate/Spring application that have the following Spring beans: <bean id=transactionManager class=org.springframework.orm.hibernate3.HibernateTransactionManager
I have a hibernate.properties file that holds all the hibernate properties for my application.
I have Hibernate Entities that look something like this (getters and setters left out):
I have hibernate configured to print out the sql statements that it generates and
I have a hibernate object that gets detached and transferred to a thick java
have a peculiar problem with hibernate. I have a hibernate function like this. @SuppressWarnings(unchecked)
I have two Hibernate data object. The first is a User (with unique id,
Here is my scenario: I have my-jsf-app.war (JSF 1.2 application) and daos-and-entities.har (Hibernate 3.3.1)
I have a hibernate pojo class and it has some field. Assume that there

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.