org.objectweb.jonas_ws.wsgen.WsGenException Class Reference

Inherited by org.objectweb.jonas_ws.wsgen.NoJ2EEWebservicesException.

Inheritance diagram for org.objectweb.jonas_ws.wsgen.WsGenException:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 WsGenException ()
 WsGenException (String msg)
 WsGenException (Exception inner)
 WsGenException (String msg, Exception inner)

Detailed Description

This class represents the exception that can be throwned by the WsGen tool.

Definition at line 36 of file WsGenException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.wsgen.WsGenException.WsGenException  ) 
 

Constructs a WsGenException with no specified detail message.

Definition at line 41 of file WsGenException.java.

org.objectweb.jonas_ws.wsgen.WsGenException.WsGenException String  msg  ) 
 

Constructs an WsGenException with the specified detail message.

Parameters:
msg Error message

Definition at line 49 of file WsGenException.java.

org.objectweb.jonas_ws.wsgen.WsGenException.WsGenException Exception  inner  ) 
 

Constructs an WsGenException with the specified detail message.

Parameters:
inner Cause Exception to wrap

Definition at line 57 of file WsGenException.java.

org.objectweb.jonas_ws.wsgen.WsGenException.WsGenException String  msg,
Exception  inner
 

Constructs an WsGenException with the specified detail message.

Parameters:
msg Error message
inner Cause Exception to wrap

Definition at line 66 of file WsGenException.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:43 2005 for JOnAS by  doxygen 1.3.9.1