Class ExecutorExceptionMapper

java.lang.Object
org.gcube.vremanagement.executor.rest.ExecutorExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<Exception>

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

    • ExecutorExceptionMapper

      public ExecutorExceptionMapper()
  • Method Details

    • toResponse

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