|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonas_lib.genbase.GenBaseException
org.objectweb.jonas_ws.wsgen.WsGenException
public class WsGenException
This class represents the exception that can be throwned by the WsGen tool.
| 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. |
|
| 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 |
|---|
public WsGenException()
public WsGenException(java.lang.String msg)
msg - Error messagepublic WsGenException(java.lang.Exception inner)
inner - Cause Exception to wrap
public WsGenException(java.lang.String msg,
java.lang.Exception inner)
msg - Error messageinner - Cause Exception to wrap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||