|
||||||||||
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.idoox.util.WrappedException
org.idoox.wasp.tools.wsdl2java.WSDL2JavaException
This exception is thrown by WSDL2Java
WrappedException
,
Serialized FormConstructor Summary | |
WSDL2JavaException()
Creates a new WSDL2JavaException instance. |
|
WSDL2JavaException(java.lang.String message)
Creates a new WSDL2JavaException instance. |
|
WSDL2JavaException(java.lang.String message,
java.lang.Throwable reason)
Creates a new WSDL2JavaException instance. |
|
WSDL2JavaException(java.lang.Throwable reason)
Creates a new WSDL2JavaException instance. |
Methods inherited from class org.idoox.util.WrappedException |
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WSDL2JavaException()
WSDL2JavaException
instance.
public WSDL2JavaException(java.lang.String message)
WSDL2JavaException
instance.
message
- the messagepublic WSDL2JavaException(java.lang.String message, java.lang.Throwable reason)
WSDL2JavaException
instance.
message
- the messagereason
- the embedded exceptionpublic WSDL2JavaException(java.lang.Throwable reason)
WSDL2JavaException
instance.
reason
- the embedded exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |