• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to handle java.net.socketexception errors

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm a little new to sockets but have been using the java merapi bridge as a means of talking to my AIR application. Basically all the merapi bridge is a bunch of classes packaged in jar file and these classes work fine until I receive a rare socket error every once in a while. The problem is I have not been able to catch any of the socket errors and have no means of hadling them. Basically what I would like to do is if I get any sort of socket error, or as matter of fact any error at all, I want to perform a machine reboot. Can anyone please help me out with this one it's driving me crazy as these errors are so intermittent but extremely costly to my end user.

Thanks
Adam
 
reply
    Bookmark Topic Watch Topic
  • New Topic