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>
An ExceptionMapper implementation for PolarisExceptions modeled after IcebergExceptionMapper
  • Constructor Details

    • PolarisExceptionMapper

      public PolarisExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(org.apache.polaris.core.exceptions.PolarisException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<org.apache.polaris.core.exceptions.PolarisException>