jar

io.github.lsd-consulting : spring-http-exception-handling-library-client

Maven & Gradle

Jun 12, 2022
1 stars

Spring Http Exception Handling Library - client · A set of Spring exception handlers making sure the application always returns a consistent error response.

Table Of Contents

Latest Version

Download io.github.lsd-consulting : spring-http-exception-handling-library-client JAR file - Latest Versions:

All Versions

Download io.github.lsd-consulting : spring-http-exception-handling-library-client 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 spring-http-exception-handling-library-client-1.0.19.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lsdconsulting.exceptionhandling.client.config

├─ com.lsdconsulting.exceptionhandling.client.config.ClientConfiguration.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.config.ClientErrorDecoder.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.config.ErrorResponseFactory.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.config.LoggerKt.class - [JAR]

com.lsdconsulting.exceptionhandling.client.exception

├─ com.lsdconsulting.exceptionhandling.client.exception.BadGatewayException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.BadGatewayExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.BadRequestException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.BadRequestExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.ConflictException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.ConflictExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.ErrorResponseException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.GatewayTimeoutException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.GatewayTimeoutExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.InternalServerException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.InternalServerExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.NotFoundException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.NotFoundExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.NotImplementedException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.NotImplementedExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.PreconditionFailedException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.PreconditionFailedExceptionDeserializer.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.ServiceUnavailableException.class - [JAR]

├─ com.lsdconsulting.exceptionhandling.client.exception.ServiceUnavailableExceptionDeserializer.class - [JAR]