Class 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:
    Serialized Form
    • Constructor Detail

      • WSDLRuntimeException

        public WSDLRuntimeException​(org.apache.cxf.common.i18n.Message msg,
                                    Throwable t)
      • WSDLRuntimeException

        public WSDLRuntimeException​(org.apache.cxf.common.i18n.Message msg)
      • WSDLRuntimeException

        public WSDLRuntimeException​(Throwable cause)
      • WSDLRuntimeException

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