Class RestApiExceptionMapperBootProperties.ExceptionMappingImpl

java.lang.Object
org.bremersee.exception.spring.boot.autoconfigure.RestApiExceptionMapperBootProperties.ExceptionMappingImpl
All Implemented Interfaces:
RestApiExceptionMapperProperties.ExceptionMapping
Enclosing class:
RestApiExceptionMapperBootProperties

public static class RestApiExceptionMapperBootProperties.ExceptionMappingImpl extends Object implements RestApiExceptionMapperProperties.ExceptionMapping
The exception mapping.
  • Constructor Details

    • ExceptionMappingImpl

      public ExceptionMappingImpl(String exceptionClassName, org.springframework.http.HttpStatus httpStatus, String code)
      Instantiates a new exception mapping.
      Parameters:
      exceptionClassName - the exception class name
      httpStatus - the http status
      code - the code
  • Method Details