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.UncheckedExceptionThis exception is thrown for problems processing WSDL structures.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSDLRuntimeException(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 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-