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:
- java.io.Serializable
public class WSDLRuntimeException
- extends UncheckedException
This exception is thrown for problems processing WSDL
structures.
- See Also:
- Serialized Form
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 |
WSDLRuntimeException
public WSDLRuntimeException(Message msg,
java.lang.Throwable t)
WSDLRuntimeException
public WSDLRuntimeException(Message msg)
WSDLRuntimeException
public WSDLRuntimeException(java.lang.Throwable cause)
WSDLRuntimeException
public WSDLRuntimeException(java.util.logging.Logger log,
java.lang.String msg,
java.lang.Object... params)
Apache CXF