Class IDMExceptionMapper

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.ExceptionMapper<Exception>

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

      • IDMExceptionMapper

        public IDMExceptionMapper()
    • Method Detail

      • toResponse

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