Package org.smallmind.web.jersey.json
Class ThrowableExceptionMapper
java.lang.Object
org.smallmind.web.jersey.json.ThrowableExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Throwable>
-
Constructor Summary
ConstructorsConstructorDescriptionThrowableExceptionMapper(boolean logUnclassifiedErrors, jakarta.ws.rs.ext.ExceptionMapper... mappers) ThrowableExceptionMapper(jakarta.ws.rs.ext.ExceptionMapper... mappers) -
Method Summary
-
Constructor Details
-
ThrowableExceptionMapper
public ThrowableExceptionMapper(jakarta.ws.rs.ext.ExceptionMapper... mappers) -
ThrowableExceptionMapper
public ThrowableExceptionMapper(boolean logUnclassifiedErrors, jakarta.ws.rs.ext.ExceptionMapper... mappers)
-
-
Method Details
-
toResponse
- Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<Throwable>
-