Apache CXF API

org.apache.cxf.wsdl11
Class WSDLRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cxf.common.i18n.UncheckedException
                  extended by org.apache.cxf.wsdl11.WSDLRuntimeException
All Implemented Interfaces:
Serializable

public class WSDLRuntimeException
extends UncheckedException

This exception is thrown for problems processing WSDL structures.

See Also:
Serialized Form

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

WSDLRuntimeException

public WSDLRuntimeException(Message msg,
                            Throwable t)

WSDLRuntimeException

public WSDLRuntimeException(Message msg)

WSDLRuntimeException

public WSDLRuntimeException(Throwable cause)

WSDLRuntimeException

public WSDLRuntimeException(Logger log,
                            String msg,
                            Object... params)

Apache CXF API

Apache CXF