Class PolarisExceptionMapper
java.lang.Object
org.apache.polaris.service.exception.PolarisExceptionMapper
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<org.apache.polaris.core.exceptions.PolarisException>
@Provider
public class PolarisExceptionMapper
extends Object
implements jakarta.ws.rs.ext.ExceptionMapper<org.apache.polaris.core.exceptions.PolarisException>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsetoResponse(org.apache.polaris.core.exceptions.PolarisException exception)
-
Constructor Details
-
PolarisExceptionMapper
public PolarisExceptionMapper()
-
-
Method Details
-
toResponse
public jakarta.ws.rs.core.Response toResponse(org.apache.polaris.core.exceptions.PolarisException exception) - Specified by:
toResponsein interfacejakarta.ws.rs.ext.ExceptionMapper<org.apache.polaris.core.exceptions.PolarisException>
-