jar

com.github.metair.jersey : exception-mapper

Maven & Gradle

Nov 22, 2018
1 stars

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

Table Of Contents

Latest Version

Download com.github.metair.jersey : exception-mapper JAR file - Latest Versions:

All Versions

Download com.github.metair.jersey : exception-mapper JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window exception-mapper-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.metair.jersey.exceptionmapper.exceptions.gone

├─ com.github.metair.jersey.exceptionmapper.exceptions.gone.GoneException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.gone.TokenGoneException.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.forbidden

├─ com.github.metair.jersey.exceptionmapper.exceptions.forbidden.AccessDeniedException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.forbidden.ForbiddenException.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.badrequests

├─ com.github.metair.jersey.exceptionmapper.exceptions.badrequests.BadRequestException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.badrequests.MissingRequiredDataException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.badrequests.MoreThanLimitsException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.badrequests.WrongDataException.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.unavailable

├─ com.github.metair.jersey.exceptionmapper.exceptions.unavailable.NotCompleteException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.unavailable.UnavailableException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.unavailable.UnderMaintenanceException.class - [JAR]

com.github.metair.jersey.exceptionmapper

├─ com.github.metair.jersey.exceptionmapper.MapperBuilder.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.Mappers.class - [JAR]

com.github.metair.jersey.exceptionmapper.mappers

├─ com.github.metair.jersey.exceptionmapper.mappers.AllOtherExceptionsMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.AlreadyExistExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.BadRequestExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.ConstraintViolationExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.EmptyExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.ForbiddenExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.GoneExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.InvalidFormatExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.JsonMappingExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.ParamExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.UnauthorizedExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.UnavailableExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.UnrecognizedPropertyExceptionMapper.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.mappers.WebApplicationExceptionMapper.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.empty

├─ com.github.metair.jersey.exceptionmapper.exceptions.empty.EmptyException.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.unauthorized

├─ com.github.metair.jersey.exceptionmapper.exceptions.unauthorized.ForgotToAuthenticationException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.unauthorized.InvalidAuthenticationException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.unauthorized.UnauthorizedException.class - [JAR]

com.github.metair.jersey.exceptionmapper.catcher

├─ com.github.metair.jersey.exceptionmapper.catcher.AllOtherExceptionsCatcher.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.alreadyexists

├─ com.github.metair.jersey.exceptionmapper.exceptions.alreadyexists.AlreadyDoneException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.alreadyexists.AlreadyExistException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.alreadyexists.RepeatedDataException.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions

├─ com.github.metair.jersey.exceptionmapper.exceptions.SubException.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.SystemException.class - [JAR]

com.github.metair.jersey.exceptionmapper.exceptions.error

├─ com.github.metair.jersey.exceptionmapper.exceptions.error.ErrorMapping.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.error.ErrorModel.class - [JAR]

├─ com.github.metair.jersey.exceptionmapper.exceptions.error.ErrorTypes.class - [JAR]

Advertisement