org.ow2.jonas.generators.wsgen
Class WsGenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jonas.generators.genbase.GenBaseException
              extended by org.ow2.jonas.generators.wsgen.WsGenException
All Implemented Interfaces:
Serializable

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(Exception inner)
          Constructs an WsGenException with the specified detail message.
WsGenException(String msg)
          Constructs an WsGenException with the specified detail message.
WsGenException(String msg, Exception inner)
          Constructs an WsGenException with the specified detail message.
 
Method Summary
 
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(String msg)
Constructs an WsGenException with the specified detail message.

Parameters:
msg - Error message

WsGenException

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

Parameters:
inner - Cause Exception to wrap

WsGenException

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.