Apache CXF API

org.apache.cxf.jaxws
Class JaxWsConfigurationException

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.jaxws.JaxWsConfigurationException
All Implemented Interfaces:
Serializable

public class JaxWsConfigurationException
extends UncheckedException

This exception is thrown when CXF discovers inconsistent or unsupported JAX-WS annotations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cxf.common.i18n.UncheckedException
message
 
Constructor Summary
JaxWsConfigurationException(Message msg)
           
JaxWsConfigurationException(Message msg, Throwable t)
           
JaxWsConfigurationException(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

JaxWsConfigurationException

public JaxWsConfigurationException(Message msg)
Parameters:
msg -

JaxWsConfigurationException

public JaxWsConfigurationException(Message msg,
                                   Throwable t)
Parameters:
msg -
t -

JaxWsConfigurationException

public JaxWsConfigurationException(Throwable cause)
Parameters:
cause -

Apache CXF API

Apache CXF