jar

com.naharoo.commons : ms-toolkit-rest-exception-handler-starter

Maven & Gradle

Jan 21, 2022
1 usages
0 stars

MS Toolkit Rest Exception Handler Starter · Common exceptions handler as a Spring Boot Starter

Table Of Contents

Latest Version

Download com.naharoo.commons : ms-toolkit-rest-exception-handler-starter JAR file - Latest Versions:

All Versions

Download com.naharoo.commons : ms-toolkit-rest-exception-handler-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 ms-toolkit-rest-exception-handler-starter-0.7.12.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.naharoo.commons.mstoolkit.rest.exceptionhandler.client

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.client.FeignErrorDecoder.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.client.MsExceptionFactory.class - [JAR]

com.naharoo.commons.mstoolkit.rest.exceptionhandler

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.AbstractExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.AccessDeniedExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.ApiErrorResponse.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.BindExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.ConstraintViolationExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.CustomMsExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.HttpMediaTypeNotAcceptableExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.HttpMediaTypeNotSupportedExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.HttpMessageNotReadableExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.HttpRequestMethodNotSupportedExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.HttpServletRequestInfoBuilder.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.MethodArgumentNotValidExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.MethodArgumentTypeMismatchExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.MissingPathVariableExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.MissingServletRequestParameterExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.NoHandlerFoundExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.PreconditionViolationExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.ResourceAlreadyExistsExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.ResourceNotFoundExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.ResourceNotViableExceptionHandler.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.RestExceptionHandlerAutoConfiguration.class - [JAR]

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.RestExceptionHandlerProperties.class - [JAR]

com.naharoo.commons.mstoolkit.rest.exceptionhandler.filter

├─ com.naharoo.commons.mstoolkit.rest.exceptionhandler.filter.RequestRejectedExceptionFilterHandler.class - [JAR]

Advertisement