|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.cxf.common.i18n.UncheckedException org.apache.cxf.wsdl11.WSDLRuntimeException
public class WSDLRuntimeException
This exception is thrown for problems processing WSDL structures.
Field Summary |
---|
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException |
---|
message |
Constructor Summary | |
---|---|
WSDLRuntimeException(Logger log,
String msg,
Object... params)
|
|
WSDLRuntimeException(Message msg)
|
|
WSDLRuntimeException(Message msg,
Throwable t)
|
|
WSDLRuntimeException(Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException |
---|
getCode, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 WSDLRuntimeException(Message msg, Throwable t)
public WSDLRuntimeException(Message msg)
public WSDLRuntimeException(Throwable cause)
public WSDLRuntimeException(Logger log, String msg, Object... params)
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |