Class AccountingServiceExceptionMapper

java.lang.Object
org.gcube.accounting.service.rest.AccountingServiceExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Exception>

@Provider public class AccountingServiceExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<Exception>
Author:
Luca Frosini (ISTI - CNR)
  • Constructor Details

    • AccountingServiceExceptionMapper

      public AccountingServiceExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(Exception exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<Exception>