org.objectweb.jonas_ws.wsgen
Class WsGenException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.jonas_lib.genbase.GenBaseException
              extended byorg.objectweb.jonas_ws.wsgen.WsGenException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoJ2EEWebservicesException

public class WsGenException
extends GenBaseException

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

See Also:
Serialized Form

Constructor Summary
WsGenException()
          Constructs a WsGenException with no specified detail message.
WsGenException(java.lang.Exception inner)
          Constructs an WsGenException with the specified detail message.
WsGenException(java.lang.String msg)
          Constructs an WsGenException with the specified detail message.
WsGenException(java.lang.String msg, java.lang.Exception inner)
          Constructs an WsGenException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WsGenException

public WsGenException()
Constructs a WsGenException with no specified detail message.


WsGenException

public WsGenException(java.lang.String msg)
Constructs an WsGenException with the specified detail message.

Parameters:
msg - Error message

WsGenException

public WsGenException(java.lang.Exception inner)
Constructs an WsGenException with the specified detail message.

Parameters:
inner - Cause Exception to wrap

WsGenException

public WsGenException(java.lang.String msg,
                      java.lang.Exception inner)
Constructs an WsGenException with the specified detail message.

Parameters:
msg - Error message
inner - Cause Exception to wrap