Class AccountingServiceExceptionMapper

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

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

      • AccountingServiceExceptionMapper

        public AccountingServiceExceptionMapper()
    • Method Detail

      • toResponse

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