Class ExceptionMapperBase<E extends Throwable>

    • Constructor Detail

      • ExceptionMapperBase

        public ExceptionMapperBase()
    • Method Detail

      • toResponse

        public final javax.ws.rs.core.Response toResponse​(E exception)
        Specified by:
        toResponse in interface javax.ws.rs.ext.ExceptionMapper<E extends Throwable>
      • toProblem

        protected abstract HttpProblem toProblem​(E exception)