Uses of Class
org.apache.cxf.common.i18n.Message
- 
- 
Uses of Message in org.apache.cxfConstructors 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.bus.extensionConstructors 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.i18nFields 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.utilConstructors 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.configurationConstructors 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.endpointConstructors 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.interceptorConstructors 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.service.factoryConstructors 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.ws.addressingConstructors in org.apache.cxf.ws.addressing with parameters of type Message Constructor Description EndpointUtilsException(Message msg)EndpointUtilsException(Message msg, Throwable t)
 
-