Package org.apache.cxf.wsdl11
Class WSDLRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.common.i18n.UncheckedException
org.apache.cxf.wsdl11.WSDLRuntimeException
- All Implemented Interfaces:
Serializable
public class WSDLRuntimeException
extends org.apache.cxf.common.i18n.UncheckedException
This exception is thrown for problems processing WSDL
structures.
- See Also:
-
Field Summary
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException
message -
Constructor Summary
ConstructorsConstructorDescriptionWSDLRuntimeException(Throwable cause) WSDLRuntimeException(Logger log, String msg, Object... params) WSDLRuntimeException(org.apache.cxf.common.i18n.Message msg) WSDLRuntimeException(org.apache.cxf.common.i18n.Message msg, Throwable t) -
Method Summary
Methods inherited from class org.apache.cxf.common.i18n.UncheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WSDLRuntimeException
-
WSDLRuntimeException
public WSDLRuntimeException(org.apache.cxf.common.i18n.Message msg) -
WSDLRuntimeException
-
WSDLRuntimeException
-