org.objectweb.jonas_lib.genclientstub.ClientStubGenException Class Reference

List of all members.

Public Member Functions

 ClientStubGenException ()
 ClientStubGenException (String msg)
 ClientStubGenException (Exception inner)
 ClientStubGenException (String msg, Exception inner)

Detailed Description

This class represents the exception that can be throwned by the ClientStubGen tool.
Author:
Florent Benoit

Definition at line 34 of file ClientStubGenException.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.genclientstub.ClientStubGenException.ClientStubGenException  ) 
 

Constructs a ClientStubGenException with no specified detail message.

Definition at line 39 of file ClientStubGenException.java.

org.objectweb.jonas_lib.genclientstub.ClientStubGenException.ClientStubGenException String  msg  ) 
 

Constructs an ClientStubGenException with the specified detail message.

Parameters:
msg Error message

Definition at line 47 of file ClientStubGenException.java.

org.objectweb.jonas_lib.genclientstub.ClientStubGenException.ClientStubGenException Exception  inner  ) 
 

Constructs an ClientStubGenException with the specified detail message.

Parameters:
inner Cause Exception to wrap

Definition at line 55 of file ClientStubGenException.java.

org.objectweb.jonas_lib.genclientstub.ClientStubGenException.ClientStubGenException String  msg,
Exception  inner
 

Constructs an ClientStubGenException with the specified detail message.

Parameters:
msg Error message
inner Cause Exception to wrap

Definition at line 64 of file ClientStubGenException.java.


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