• 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 throw checked Exception From Oneway method

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

I have requirement of implementing weblogic webservice operation which returns void. Once method is returning void, I should decalre this method with @Oneway annotaion. By defining this is one way method. As per the specification, I should not throw checked exception, if operation is oneway operation. Now my question is as per my requirement, I have to throw checked exception for oneway method. Is there any way to do this.

Please Help me. Thanks in advance. Your Help is greatly appriciated.

Ram Korrakuti
 
reply
    Bookmark Topic Watch Topic
  • New Topic