custom exceptions and exception mappers for jersey

this library will add some custom exceptions and providers to handle those exceptions to make it easier for both client and server side developers to find out what went wrong

License

License

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.github.metair.jersey
ArtifactId

ArtifactId

exception-mapper
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

custom exceptions and exception mappers for jersey
this library will add some custom exceptions and providers to handle those exceptions to make it easier for both client and server side developers to find out what went wrong
Project URL

Project URL

https://github.com/MetaiR/exception-mapper
Source Code Management

Source Code Management

https://github.com/metair/exception-mapper

Download exception-mapper

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/ -->
<dependency>
    <groupId>com.github.metair.jersey</groupId>
    <artifactId>exception-mapper</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation 'com.github.metair.jersey:exception-mapper:1.0.2'
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation ("com.github.metair.jersey:exception-mapper:1.0.2")
'com.github.metair.jersey:exception-mapper:jar:1.0.2'
<dependency org="com.github.metair.jersey" name="exception-mapper" rev="1.0.2">
  <artifact name="exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.metair.jersey', module='exception-mapper', version='1.0.2')
)
libraryDependencies += "com.github.metair.jersey" % "exception-mapper" % "1.0.2"
[com.github.metair.jersey/exception-mapper "1.0.2"]

Dependencies

provided (2)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-server jar 2.27
org.glassfish.jersey.media : jersey-media-json-jackson jar 2.27

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0