Uses of Class
org.apache.cxf.common.i18n.Message
-
-
Uses of Message in org.apache.cxf
Constructors in org.apache.cxf with parameters of type Message Constructor Description BusException(Message msg)Constructs aBusExceptionwith the provided detail message.BusException(Message msg, Throwable cause)Constructs aBusExceptionwith the detail message and cause provided. -
Uses of Message in org.apache.cxf.aegis
Constructors in org.apache.cxf.aegis with parameters of type Message Constructor Description DatabindingException(Message message)DatabindingException(Message message, Throwable cause) -
Uses of Message in org.apache.cxf.binding.soap
Constructors in org.apache.cxf.binding.soap with parameters of type Message Constructor Description SoapFault(Message message, Throwable throwable, QName faultCode)SoapFault(Message message, QName faultCode) -
Uses of Message in org.apache.cxf.binding.xml
Constructors in org.apache.cxf.binding.xml with parameters of type Message Constructor Description XMLFault(Message message)XMLFault(Message message, Throwable throwable) -
Uses of Message in org.apache.cxf.bus.extension
Constructors in org.apache.cxf.bus.extension with parameters of type Message Constructor Description ExtensionException(Message msg)Constructs aExtensionExceptionwith the provided detail message.ExtensionException(Message msg, Throwable cause)Constructs aExtensionExceptionwith the detail message and cause provided. -
Uses of Message in org.apache.cxf.common.i18n
Fields in org.apache.cxf.common.i18n declared as Message Modifier and Type Field Description protected MessageUncheckedException. messageConstructors in org.apache.cxf.common.i18n with parameters of type Message Constructor Description Exception(Message msg)Exception(Message msg, Throwable t)UncheckedException(Message msg)UncheckedException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.common.util
Constructors in org.apache.cxf.common.util with parameters of type Message Constructor Description Base64Exception(Message msg)Base64Exception(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.configuration
Constructors in org.apache.cxf.configuration with parameters of type Message Constructor Description ConfigurationException(Message msg)Constructs aConfigurationExceptionwith the provided detail message.ConfigurationException(Message msg, Throwable cause)Constructs aConfigurationExceptionwith the detail message and cause provided. -
Uses of Message in org.apache.cxf.endpoint
Constructors in org.apache.cxf.endpoint with parameters of type Message Constructor Description EndpointException(Message msg)EndpointException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.frontend
Constructors in org.apache.cxf.frontend with parameters of type Message Constructor Description WSDLQueryException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.interceptor
Constructors in org.apache.cxf.interceptor with parameters of type Message Constructor Description Fault(Message message)Fault(Message message, Throwable throwable)Fault(Message message, Throwable throwable, QName fc)Fault(Message message, QName fc) -
Uses of Message in org.apache.cxf.javascript
Constructors in org.apache.cxf.javascript with parameters of type Message Constructor Description UnsupportedConstruct(Message message) -
Uses of Message in org.apache.cxf.jaxws
Constructors in org.apache.cxf.jaxws with parameters of type Message Constructor Description JaxWsConfigurationException(Message msg)JaxWsConfigurationException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.service.factory
Constructors in org.apache.cxf.service.factory with parameters of type Message Constructor Description ServiceConstructionException(Message msg)ServiceConstructionException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.tools.common
Constructors in org.apache.cxf.tools.common with parameters of type Message Constructor Description ToolException(Message msg)ToolException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.tools.validator.internal
Methods in org.apache.cxf.tools.validator.internal with parameters of type Message Modifier and Type Method Description voidValidationResult. addError(Message msg)voidValidationResult. addWarning(Message msg) -
Uses of Message in org.apache.cxf.ws.addressing
Constructors in org.apache.cxf.ws.addressing with parameters of type Message Constructor Description EndpointUtilsException(Message msg)EndpointUtilsException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.ws.policy
Constructors in org.apache.cxf.ws.policy with parameters of type Message Constructor Description PolicyException(Message message)PolicyException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.ws.rm
Constructors in org.apache.cxf.ws.rm with parameters of type Message Constructor Description RMException(Message msg)RMException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.ws.rm.persistence
Constructors in org.apache.cxf.ws.rm.persistence with parameters of type Message Constructor Description RMStoreException(Message msg)RMStoreException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.ws.security.trust
Constructors in org.apache.cxf.ws.security.trust with parameters of type Message Constructor Description TrustException(Message msg)TrustException(Message msg, Throwable t) -
Uses of Message in org.apache.cxf.wsdl11
Constructors in org.apache.cxf.wsdl11 with parameters of type Message Constructor Description WSDLRuntimeException(Message msg)WSDLRuntimeException(Message msg, Throwable t)
-