Re: exception handling

2004-01-13 Thread Scott Nichol
Verkaik" <[EMAIL PROTECTED]> Sent: Tuesday, January 13, 2004 11:53 AM Subject: exception handling > > Hello, I have a question that I hope someone can help me with.. > > > I am deploying a class that contains methods that can throw exceptions. > Whenever an exception

exception handling

2004-01-13 Thread Patrick Verkaik
Hello, I have a question that I hope someone can help me with.. I am deploying a class that contains methods that can throw exceptions. Whenever an exception is thrown, my client receives a '(500)Internal Server Error'. The following appears in the tomcat log file: 2004-01-13 17:31:23 Standar

RE: Exception Handling/Error Reporting

2002-01-11 Thread George Voronoff
nal Message- > From: George Voronoff > Sent: Friday, January 11, 2002 4:11 PM > To: [EMAIL PROTECTED] > Subject: Exception Handling/Error Reporting > > > I'm a soap Newbie and I have some questions about soap and > error reporting. > > lets say I

Exception Handling/Error Reporting

2002-01-11 Thread George Voronoff
I'm a soap Newbie and I have some questions about soap and error reporting. lets say I have a server side method: public Address getAddressFromName(String name) throws IllegalArgumentException { if (name == null) { throw new IllegalArgumentException("The name argument must not be

RE: Exception handling

2001-09-13 Thread Vikram Rajan
CTED] > Subject: RE: Exception handling > > Hello! > > I'm using EJB in combination to SOAP. I'm not able to import SOAP > components > in my EJB class, because: > then I have to put soap.jar into the classpath of weblogic, otherwise a > deployment of t

RE: Exception handling

2001-09-13 Thread Andreas Ullmann
thin service layer. > Is that right? > > Michael > > > -Original Message- > > From: Micael Ericsson (QIN) [SMTP:[EMAIL PROTECTED]] > > Sent: Monday, September 10, 2001 12:45 PM > > To: '[EMAIL PROTECTED]' > > Subject:RE: Exception handling

RE: Exception handling

2001-09-13 Thread michael . knuemann1
Micael Ericsson (QIN) [SMTP:[EMAIL PROTECTED]] > Sent: Monday, September 10, 2001 12:45 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Exception handling > > You could create SOAP service classes as front-ends to existing ones. In > your front-end classes you call exi

RE: Exception handling

2001-09-10 Thread Micael Ericsson (QIN)
service as a UI. /Micael E. -Original Message- From: Vikram Rajan [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 11:32 AM To: '[EMAIL PROTECTED]' Subject: RE: Exception handling That would really hamper re-usability wouldnt it? what if i needed to web serv

Re: Exception handling

2001-09-10 Thread ParamDeep Singh
aware how! Can you please explain in details. Regards, Paramdeep - Original Message - From: "Micael Ericsson (QIN)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 2:52 PM Subject: RE: Exception handling > You should only th

RE: Exception handling

2001-09-10 Thread Vikram Rajan
; From: Micael Ericsson (QIN) > Reply To: [EMAIL PROTECTED] > Sent: Monday, September 10, 2001 2:52 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Exception handling > > You should only throw SOAPException's from Java class representing a SOAP > s

RE: Exception handling

2001-09-10 Thread Micael Ericsson (QIN)
[mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 11:14 AM To: '[EMAIL PROTECTED]' Subject: Exception handling Doesnt Apache SOAP toolkit handle application-level exceptions? i.e., if I have a method with the following signature: public User getUserDetails(String id) throws

Re: Exception handling

2001-09-10 Thread Elise_Dupont
TED]> 09/10/2001 11:13 AM Please respond to soap-user                 To:        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>         cc:                 Subject:        Exception handling Doesnt Apache SOAP toolkit handle application-level exceptions? i.e., if I

Exception handling

2001-09-10 Thread Vikram Rajan
Doesnt Apache SOAP toolkit handle application-level exceptions? i.e., if I have a method with the following signature: public User getUserDetails(String id) throws UnknownUserException and the UnknownUserException is thrown by the method, shouldn't this exception be wrapped into a Fault object