Package org.bremersee.exception
Class RestApiExceptionMapperProperties.ExceptionMapping
- java.lang.Object
-
- org.bremersee.exception.RestApiExceptionMapperProperties.ExceptionMapping
-
- Enclosing class:
- RestApiExceptionMapperProperties
public static class RestApiExceptionMapperProperties.ExceptionMapping extends Object
The exception mapping.
-
-
Constructor Summary
Constructors Constructor Description ExceptionMapping(String exceptionClassName, org.springframework.http.HttpStatus httpStatus, String code)
Instantiates a new exception mapping.
-