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
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
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
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
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
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
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
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
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
; 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
[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
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
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
13 matches
Mail list logo