Class PreconditionFailedExceptionMapper
java.lang.Object
ch.tocco.nice2.rest.core.spi.error.PreconditionFailedExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<PreconditionFailedException>
@Component
public class PreconditionFailedExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<PreconditionFailedException>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
toResponse
(PreconditionFailedException exception)
-
Constructor Details
-
PreconditionFailedExceptionMapper
public PreconditionFailedExceptionMapper()
-
-
Method Details
-
toResponse
- Specified by:
toResponse
in interfacejakarta.ws.rs.ext.ExceptionMapper<PreconditionFailedException>
-