Last Version

CxfExceptionUtils 1.0.0-rc1

The exceptions that CXF generates for WSDL soap faults (e.g. input validations, etc) are less than helpful. This project contains root exceptions you can use that are *much more convenient and provide needed information to support personnel.

License

License

GroupId

GroupId

org.force66
ArtifactId

ArtifactId

CxfExceptionUtils
Version

Version

1.0.0-rc1
Type

Type

jar
Description

Description

CxfExceptionUtils
The exceptions that CXF generates for WSDL soap faults (e.g. input validations, etc) are less than helpful. This project contains root exceptions you can use that are *much more convenient and provide needed information to support personnel.
Project URL

Project URL

https://github.com/Force66/CxfExceptionUtils
Source Code Management

Source Code Management

https://github.com/Force66/CxfExceptionUtils.git

Download CxfExceptionUtils 1.0.0-rc1


<!-- https://jarcasting.com/artifacts/org.force66/CxfExceptionUtils/ -->
<dependency>
    <groupId>org.force66</groupId>
    <artifactId>CxfExceptionUtils</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/CxfExceptionUtils/
implementation 'org.force66:CxfExceptionUtils:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/CxfExceptionUtils/
implementation ("org.force66:CxfExceptionUtils:1.0.0-rc1")
'org.force66:CxfExceptionUtils:jar:1.0.0-rc1'
<dependency org="org.force66" name="CxfExceptionUtils" rev="1.0.0-rc1">
  <artifact name="CxfExceptionUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='CxfExceptionUtils', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "CxfExceptionUtils" % "1.0.0-rc1"
[org.force66/CxfExceptionUtils "1.0.0-rc1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.